Type LARGE_INTEGER Low As Long high As Long End Type
Type POPEN_FILE_INFORMATION FileSize As LARGE_INTEGER ReadOnly As Boolean FileNameLength As Integer ' FileName As String FileName(1 To MAX_PATH) As Byte End Type
LPSTR Pointer to a null-terminated string of 8-bit Windows (ANSI) characters. LPWSTR Pointer to a null-terminated string of 16-bit Unicode characters. LPTSTR An LPWSTR ifUNICODE is defined, an LPSTR otherwise.
LPCSTR Pointer to a constant null-terminated string of 8-bit Windows (ANSI) characters. LPCWSTR Pointer to a constant null-terminated string of 16-bit Unicode characters. LPCTSTR An LPCWSTR ifUNICODE is defined, an LPCSTR otherwise.
> ICC_STANDARD_CLASSES > Load one of the intrinsic User32 control classes. > The user controls include button, edit, static, listbox, combobox, and scrollbar. 確かにわざわざ指定する意味はないように思えるね。
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_1rw2.asp biBitCount 16 If the biCompression member of the BITMAPINFOHEADER is BI_RGB, the bmiColors member of BITMAPINFO is NULL. 24 The bitmap has a maximum of 2^24 colors, and the bmiColors member of BITMAPINFO is NULL. 32 If the biCompression member of the BITMAPINFOHEADER is BI_RGB, the bmiColors member of BITMAPINFO is NULL.