IAPI::CreateGUID

property CreateGUID.

Creates a Global Unique IDentifier (GUID)

 

HRESULT CreateGUID(
  BSTR *pVal
);

Parameters

pVal

[out, retval]

. The returned value is a GUID string.

    For example: "{01947673-ADB3-48F4-A162-CF06BB23CBCD}"

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

See Also

IAPI