Article ID: 142840
Article Last Modified on 12/9/2003
Declare Function GETSYSTEMMETRICS% Lib "User" ByVal nIndex%)
Results in a run-time error because the function, GETSYSTEMMETRICS is
not in User32.dll.
Declare Function GetWinEnv Lib "User32" Alias GetSystemMetrics _
(ByVal int1 As Integer) As Integer.
int GetWindowSize (int nIndex)
_GetWindowSize@8
_delcspec(dllexport) long _stdcall DisplayMessage (LPSTR szMessage)
EXPORTS
DisplayMessage
Additional query words: kbNoKeyword Export Dll Function C++ C
Keywords: kbinfo KB142840