win32.shlwapi

\ shlwapi.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \

Members

Functions

MLLoadLibraryA
HINSTANCE MLLoadLibraryA(LPCSTR, HANDLE, DWORD, LPCSTR, BOOL)

Should not be necessary for D? extern (C): int wnsprintfA(LPSTR,int,LPCSTR,...); int wnsprintfW(LPWSTR,int,LPCWSTR,...); extern (Windows): int wvnsprintfA(LPSTR,int,LPCSTR,va_list); int wvnsprintfW(LPWSTR,int,LPCWSTR,va_list);

Meta