VARIANT_UserUnmarshal64 function (oaidl.h)
Unmarshals a VARIANT object from the RPC buffer.
Syntax
unsigned char * VARIANT_UserUnmarshal64(
[in] unsigned long *unnamedParam1,
[in] unsigned char *unnamedParam2,
[out] VARIANT *unnamedParam3
);
Parameters
[in] unnamedParam1
The data used by RPC.
[in] unnamedParam2
The current buffer. This pointer may or may not be aligned on entry.
[out] unnamedParam3
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | oaidl.h |
Library | OleAut32.lib |
DLL | OleAut32.dll |