CoCreateGuid(3w)
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 "compobj_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/compobj.c".
- Debug channel "ole".