IUIX_CmdCollection::_NewEnum Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdCollection::_NewEnum Property}} | {{#customTitle:IUIX_CmdCollection::_NewEnum Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdCollection#Properties|_NewEnum | + | {{#parentPage:PXV:IUIX_CmdCollection#Properties|_NewEnum|property}} |
− | + | ||
{{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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get__NewEnum([out, retval] IUnknown** | + | <pre class="brush:cpp;gutter:false">HRESULT get__NewEnum([out, retval] IUnknown** pUnkOut); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] | [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] |
Latest revision as of 04: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);