Given a function declaration such as this(from ADH, by Getz et. al.): <code> Declare Function WM_apiGetDesktopWindow _ Lib "user32" Alias "GetDesktopWindow" () As Long </code> What purpose does the Alias serve? -- Arthur