@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [StructLayout ( LayoutKind.Sequential, CharSet = CharSet.Auto, Pack = 4 )] struct KNOWNFOLDER_DEFINITION { public KF_CATEGORY category; [MarshalAs ( UnmanagedType.LPWStr )] public string pszName; [MarshalAs ( UnmanagedType.LPWStr )] public string pszCreator; [MarshalAs ( UnmanagedType.LPWStr )] public string pszDescription; public Guid fidParent; [MarshalAs ( UnmanagedType.LPWStr )] public string pszRelativePath; [MarshalAs ( UnmanagedType.LPWStr )] public string pszParsingName; [MarshalAs ( UnmanagedType.LPWStr )] public string pszToolTip; [MarshalAs ( UnmanagedType.LPWStr )] public string pszLocalizedName; [MarshalAs ( UnmanagedType.LPWStr )] public string pszIcon; [MarshalAs ( UnmanagedType.LPWStr )] public string pszSecurity; public uint dwAttributes; public KF_DEFINITION_FLAGS kfdFlags; public Guid ftidType; } !!!!VB Definition: Structure KNOWNFOLDER_DEFINITION Public TODO End Structure !!!!User-Defined Types: None. !!!!Notes: None. Documentation: KNOWNFOLDER_DEFINITION@msdn on MSDN
Edit Interfaces.KNOWNF...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.