VARIANT_UserUnmarshal function
Unmarshals a VARIANT object from the RPC buffer.
Syntax
unsigned char* __stdcall VARIANT_UserUnmarshal( _In_ unsigned long *pFlags, _In_ unsigned char *pBuffer, _Out_ VARIANT *pVariant );
Parameters
- pFlags [in]
-
The data used by RPC.
- pBuffer [in]
-
The current buffer. This pointer may or may not be aligned on entry.
- pVariant [out]
-
The object.
Return value
The value obtained from the returned HRESULT value is one of the following.
| Return code | Description |
|---|---|
|
Success. |
|
The pVariant parameter is not valid. |
|
The stub data for the buffer size is incorrect. |
|
The input parameter is not a valid type of variant. |
|
Insufficient memory for this function to perform. |
Requirements
|
Library |
|
|---|---|
|
DLL |
|
Show: