Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
FULLPROPSPEC (Structures)
.
C# Definition:
struct FULLPROPSPEC {
public Guid guidPropSet;
public PROPSPEC psProperty;
}
VB Definition:
#Region "FULLPROPSPEC Structure Definition"
''' <summary>
''' The FULLPROPSPEC structure specifies a property set and a property within the property set.
''' </summary>
'/// <summary>
'/// The FULLPROPSPEC structure specifies a property set and a property within the property set.
'/// </summary>
<StructLayout(LayoutKind.Sequential)> _
Public Structure FULLPROPSPEC
' <summary>
' The globally unique identifier (GUID) that identifies the property set.
' </summary>
'/// <summary>
'/// The globally unique identifier (GUID) that identifies the property set.
'/// </summary>
Public guidPropSet As Guid
' <summary>
' Pointer to the PROPSPEC structure that specifies a property either by its
' property identifier (propid) or by the associated string name (lpwstr).
' </summary>
'/// <summary>
'/// Pointer to the PROPSPEC structure that specifies a property either by its
'/// property identifier (propid) or by the associated string name (lpwstr).
'/// </summary>
Public psProperty As PROPSPEC
End Structure
Enumerates the possible values of the propid member of the [PROPSPEC] structure. This is not part of Microsofts structured storage definitions, but an addition introduced for convenience.
3/16/2007 8:19:02 AM - okastrup-84.168.187.189
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.