PXV_SearchPtrChunk Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_SearchPtrChunk Structure}}
 
{{#customTitle:PXV_SearchPtrChunk Structure}}
 +
{{#parentPage:PXV:PXV_Structures|PXV_SearchPtrChunk|structure}}
 +
{{ToReview}}
  
Specifies the ...
+
Defines the "coordinate" of the deeper search level, relative to the preceding array element.
  
 
== Syntax ==
 
== Syntax ==
Line 14: 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 ==
See also ...
+
[[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