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