IUIX_CmdCollection::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdCollection::_NewEnum Property}}
 
{{#customTitle:IUIX_CmdCollection::_NewEnum Property}}
 
{{#parentPage:PXV:IUIX_CmdCollection#Properties|_NewEnum|property}}
 
{{#parentPage:PXV:IUIX_CmdCollection#Properties|_NewEnum|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''_NewEnum''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns  Pointer to IUnknown* ...
+
Property '''_NewEnum''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns  Pointer to IUnknown* containing the command collection's [[PXV:IUIX_Cmd|commands]] enumeration ('''IEnumVARIANT''')
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 05:26, 4 April 2016


Property _NewEnum of interface IUIX_CmdCollection returns Pointer to IUnknown* containing the command collection's commands enumeration (IEnumVARIANT)

Syntax

HRESULT get__NewEnum([out, retval]  IUnknown**  pUnkOut);

See Also

IUIX_CmdCollection