Help Center

DSAFEARRAY.SetIIDmethod

Sets the GUID of the interface contained within a given safe array.

COMmethodDSafeArray.incdocumented

Syntax

FUNCTION SetIID (BYVAL pguid AS GUID PTR) AS HRESULT

Parameters

NameDescription
pguidPointer to the IID.

Return value

S_OK (0) on success or an HRESULT code on failure.

Description

Sets the IID (a GUID) of the interface contained within a given safe array.

Reference

  • Include file DSafeArray.inc
  • Defined in AfxNova/DSafeArray.inc:1112
  • Documented in COM/DSAFEARRAY Class.md
  • Topic: DSAFEARRAY Class