IPXV_Inst::ID2Str Method
From PDF XChange PDF SDK
Converts numerical identifier that was previously obtained by IPXV_Inst::Str2ID to corresponding string identifier.
Syntax
HRESULT ID2Str([in] LONG nID, [out, retval] BSTR* sStr);
Parameters
- nID
- [in] Numeric ID of string.
- sStr
- [out, retval] Returns pointer to unicode string.
Return Value
Returns S_OK if operation was successful or error code in other cases.