typedef struct _SHITEMID // mkid
{
USHORT cb; // Size of the ID (including cb itself)
BYTE abID[1]; // The item ID (variable length)
} SHITEMID;
typedef UNALIGNED SHITEMID *LPSHITEMID;
typedef const UNALIGNED SHITEMID *LPCSHITEMID;
In Winapi cb is declared as dword.
SFGAO_... constants are missing
SHGDN_.. too like %SHGDN_INFOLDER
Please?
------------------
http://www.hellobasic.com
{
USHORT cb; // Size of the ID (including cb itself)
BYTE abID[1]; // The item ID (variable length)
} SHITEMID;
typedef UNALIGNED SHITEMID *LPSHITEMID;
typedef const UNALIGNED SHITEMID *LPCSHITEMID;
In Winapi cb is declared as dword.
SFGAO_... constants are missing
SHGDN_.. too like %SHGDN_INFOLDER
Please?

------------------
http://www.hellobasic.com
Comment