SafeArraySetIID function oleaut32
Sets the GUID of the interface for the specified safe array.
HRESULT SafeArraySetIID(
[in] SAFEARRAY *psa,
[in] REFGUID guid
);
Implementation
int SafeArraySetIID(Pointer<SAFEARRAY> psa, Pointer<GUID> guid) =>
_SafeArraySetIID(psa, guid);