LPSAFEARRAY_UserSize64 function
Calculates the wire size of the SAFEARRAY object, and gets its handle and data.
Syntax
unsigned long __stdcall LPSAFEARRAY_UserSize64( _In_ unsigned long *pFlags, _In_ unsigned long Offset, _In_ LPSAFEARRAY *ppSafeArray );
Parameters
- pFlags [in]
-
The data used by RPC.
- Offset [in]
-
Sets the buffer offset so that the SAFEARRAY object is properly aligned when it is marshaled to the buffer.
- ppSafeArray [in]
-
The safe array that contains the data to marshal.
Return value
The value obtained from the returned HRESULT value is S_OK.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Library |
|
|
DLL |
|
Show: