IAUX_Inst::Realloc Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT Realloc([in] UCHAR* pb, [in] ULONG_PTR cb, [out, retval] UCHAR** ppb);
Parameters
- pb
- [in] Pointer to UCHAR.
- cb
- [in] Value of ULONG_PTR.
- ppb
- [out, retval] Pointer to UCHAR.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IAUX_Inst.