ReactOS 0.4.16-dev-88-ga65b6ae
|
Go to the source code of this file.
Functions | |
int WINAPI | GetUName (IN WORD wCharCode, OUT LPWSTR lpBuf) |
BOOL WINAPI | DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved) |
Variables | |
HINSTANCE | hInstance |
@DllMain
Core routine of the Utility Manager's library.
[in] | hDllInstance | The entry point instance of the library. |
[in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
[in] | lpvReserved | Reserved. |
Definition at line 37 of file getuname.c.
Definition at line 17 of file getuname.c.
Referenced by BestFit_FromNLS(), and UpdateStatusBar().
HINSTANCE hInstance |
Definition at line 13 of file getuname.c.
Referenced by DllMain(), and GetUName().