[AccessD] Alias Question

Arthur Fuller fuller.artful at gmail.com
Sun Dec 19 12:30:59 CST 2021


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


More information about the AccessD mailing list