Desktop Functions: Smart Device Functions:
|
Search Results for "EnumResTypeProc" in [All]Delegates
private delegate bool EnumResTypeProc(IntPtr hModule, string lpszType, IntPtr lParam);
Private Delegate Function EnumResTypeProc(hModule As IntPtr, lpszType As String, lParam As IntPtr) As Boolean kernel32
static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc lpEnumFunc, IntPtr lParam);
Private Shared Function EnumResourceTypes(ByVal hModule As IntPtr, ByVal lpEnumFunc As EnumResTypeProc, ByVal lParam As IntPtr) As Boolean
Dim callBack As New EnumResTypeProc( _ |