PXV_SearchPtrChunk Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:PXV_SearchPtrChunk Structure}}
 
{{#customTitle:PXV_SearchPtrChunk Structure}}
 
{{#parentPage:PXV:PXV_Structures|PXV_SearchPtrChunk|structure}}
 
{{#parentPage:PXV:PXV_Structures|PXV_SearchPtrChunk|structure}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Defines the "coordinate" of the deeper search level, relative to the preceding array element.
  
 
== Syntax ==
 
== Syntax ==
Line 18: Line 17:
 
== Members ==
 
== Members ==
 
;nType
 
;nType
: Value of ULONG ...
+
: Value of ULONG containing the [[PXV:PXV_SearchPtrChunkType|type]] of the current level.
 
;nValue
 
;nValue
: Value of ULONG ...
+
: Value of ULONG containing the value of the level that should be used with the appropriate [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] property.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_SearchPtr_Item|IPXV_SearchPtr::Item]]
 
[[PXV:IPXV_SearchPtr_Item|IPXV_SearchPtr::Item]]

Latest revision as of 03:40, 20 January 2017


Defines the "coordinate" of the deeper search level, relative to the preceding array element.

Syntax

struct PXV_SearchPtrChunk
{
    ULONG nType;
    ULONG nValue;
};

Members

nType
Value of ULONG containing the type of the current level.
nValue
Value of ULONG containing the value of the level that should be used with the appropriate IPXV_SearchPtr property.

See Also

IPXV_SearchPtr::Item