GetCustomStructVB method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the qualified struct stored in the MxValue for a VB client.
Class
IMxValue
Syntax
[C#]
void GetCustomStructVB(
out int pGuid,
ref byte[] pStruct
);
[Visual C++]
HRESULT GetCustomStructVB(
[out] long *pGuid,
[in,out] SAFEARRAY(BYTE) *pStruct
);