NAME

CoCreateGuid  (OLE32.@)

SYNOPSIS

 HRESULT CoCreateGuid
 (
  GUID* pguid
 )

DESCRIPTION

Simply forwards to UuidCreate in RPCRT4.

PARAMS

pguid [Out] Points to the GUID to initialize.

RETURNS

Success: S_OK.

Failure: HRESULT code.

SEE ALSO

UuidCreate

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.