IAUX_Inst::CreateBitSet Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CreateBitSet([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT CreateBitSet([in] ULONG nBitsCount, |
− | [out, retval] IBitSet** | + | [out, retval] IBitSet** pBitSet);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nBitsCount |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;pBitSet |
:[out, retval] Pointer to [[PXV:IBitSet|IBitSet]]. | :[out, retval] Pointer to [[PXV:IBitSet|IBitSet]]. | ||
Latest revision as of 02:11, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT CreateBitSet([in] ULONG nBitsCount, [out, retval] IBitSet** pBitSet);
Parameters
- nBitsCount
- [in] Value of ULONG.
- pBitSet
- [out, retval] Pointer to IBitSet.
Return Value
Returns S_OK if operation was successful or error code in other cases.