Desktop Functions: Smart Device Functions:
|
Search Results for "PROPSPEC" in [All]Interfaces1: IFilter
//[in] Array of pointers to FULLPROPSPEC structures for the
'<in> aAttributes - Array of pointers to FULLPROPSPEC structures for the IFILTER_FLAGS, IFILTER_INIT, FULLPROPSPEC, IFilterReturnCodes, STAT_CHUNK, FILTERREGION
[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] PROPSPEC[] rgpspec,
[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] PROPSPEC[] rgpspec,
[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] PROPSPEC[] rgpspec);
[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] PROPSPEC[] rgpspec, PROPSPEC Enums3: PROPSPECKIND
enum PROPSPECKIND {
'/// Indicates whether the PROPSPEC propid or lpwstr member used.
Public Enum PROPSPECKIND Structures4: FULLPROPSPEC
struct FULLPROPSPEC {
public PROPSPEC psProperty; #Region "FULLPROPSPEC Structure Definition"
''' The FULLPROPSPEC structure specifies a property set and a property within the property set.
Public Structure FULLPROPSPEC
' Pointer to the PROPSPEC structure that specifies a property either by its
Public psProperty As PROPSPEC 5: PROPSPEC
public enum PROPSPECIND : uint
#Region "PROPSPECKIND Enumeration Definition"
'/// Indicates whether the PROPSPEC propid or lpwstr member used.
Public Enum PROPSPECKIND 6: PROPSPECKIND
struct PROPSPECKIND {
#Region "PROPSPECKIND Enumeration Definition"
'/// Indicates whether the PROPSPEC propid or lpwstr member used.
Public Enum PROPSPECKIND 7: STAT_CHUNK
public FULLPROPSPEC attribute;
Public attribute As FULLPROPSPEC |