Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Marshals a VARIANT object into the RPC buffer.
Syntax
unsigned char * VARIANT_UserMarshal(
[in] unsigned long *unnamedParam1,
[in, out] unsigned char *unnamedParam2,
[in] VARIANT *unnamedParam3
);
Parameters
[in] unnamedParam1
The data used by RPC.
[in, out] unnamedParam2
The current buffer. This pointer may or may not be aligned on entry.
[in] 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 pVariant parameter is null. |
|
The input parameter is not a valid type of variant. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | oaidl.h |
| Library | OleAut32.lib |
| DLL | OleAut32.dll |