Desktop Functions: Smart Device Functions:
|
STRRET_TYPE (Enums)
C# Definition:public enum STRRET_TYPE {
STRRET_WSTR = 0, // Use STRRET.pOleStr must be freed by caller of VB Definition:
Enum STRRET_TYPE Notes:Use in conjuction with the STRRET structure. Example: // Structure used to return the display name to STRRET pDisplayName; String DisplayName; SHFILEINFO m_shfi = new SHFILEINFO(); // Request the string as a char although Windows will likely ignore // the request. pDisplayName.uType = (uint)STRRET_TYPE.STRRET_CSTR; Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! |
|