IAFS_Inst::CreateNames Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IAFS_Inst::CreateNames Method}}
 
{{#customTitle:IAFS_Inst::CreateNames Method}}
 
{{#parentPage:PXV:IAFS_Inst|CreateNames Method|method}}
 
{{#parentPage:PXV:IAFS_Inst|CreateNames Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;ppOutNames
 
;ppOutNames
:[out, retval]  Pointer to [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].
+
:[out, retval]  Pointer to a buffer that receives a pointer to the file names collection object's interface.
  
 
== Return Value ==
 
== Return Value ==
Line 19: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IAFS_Inst|IAFS_Inst]].
+
:[[PXV:IAFS_Inst|IAFS_Inst]]
 +
:[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]

Revision as of 02:54, 21 May 2015


Creates file names collection object and returns it's interface.

Syntax

HRESULT CreateNames([out, retval]  IAFS_NamesCollection**  ppOutNames);

Parameters

ppOutNames
[out, retval] Pointer to a buffer that receives a pointer to the file names collection object's interface.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IAFS_Inst
IAFS_NamesCollection