Method |
Description |
|
EnumRes ( IntPtr hModule, IntPtr lpszType, IntPtr lpszName, IntPtr lParam ) : bool |
|
|
EnumResourceLanguages ( IntPtr hModule, IntPtr lpszType, IntPtr lpName, EnumResLangDelegate lpEnumFunc, IntPtr lParam ) : bool |
|
|
EnumResourceNamesWithID ( IntPtr hModule, uint lpszType, EnumResNameDelegate lpEnumFunc, IntPtr lParam ) : bool |
|
|
FindResource ( IntPtr hModule, IntPtr pName, IntPtr pType ) : IntPtr |
|
|
FreeLibrary ( IntPtr hModule ) : bool |
|
|
GET_RESOURCE_ID ( IntPtr value ) : uint |
|
|
IS_INTRESOURCE ( IntPtr value ) : bool |
|
|
LoadLibraryEx ( string lpFileName, IntPtr hFile, uint dwFlags ) : IntPtr |
|
|
LoadResource ( IntPtr hModule, IntPtr hResource ) : IntPtr |
|
|
LoadString ( IntPtr hInstance, uint uId, StringBuilder lpBuffer, int nBufferMax ) : int |
|
|
LoadStringTable ( IntPtr lpszName, IntPtr hModule ) : void |
|
|
LockResource ( IntPtr hGlobal ) : IntPtr |
|
|
SizeofResource ( IntPtr hModule, IntPtr hResource ) : uint |
|
|