IAFS_FileSys::NameIsChildOf Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_FileSys::NameIsChildOf Method}} | {{#customTitle:IAFS_FileSys::NameIsChildOf Method}} | ||
+ | {{#parentPage:PXV:IAFS_FileSys#Methods|NameIsChildOf|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT NameIsChildOf([in] IAFS_Name* pName, [in] IAFS_Name* pParent, [out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT NameIsChildOf([in] IAFS_Name* pName, |
+ | [in] IAFS_Name* pParent, | ||
+ | [out, retval] VARIANT_BOOL* bIsChild);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pName |
:[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | ||
− | ; | + | ;pParent |
:[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | ||
− | ; | + | ;bIsChild |
:[out, retval] Pointer to VARIANT_BOOL. | :[out, retval] Pointer to VARIANT_BOOL. | ||
Line 19: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IAFS_FileSys|IAFS_FileSys]] |
Latest revision as of 02:10, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT NameIsChildOf([in] IAFS_Name* pName, [in] IAFS_Name* pParent, [out, retval] VARIANT_BOOL* bIsChild);
Parameters
- pName
- [in] Pointer to IAFS_Name.
- pParent
- [in] Pointer to IAFS_Name.
- bIsChild
- [out, retval] Pointer to VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.