Scroll to navigation

CoGetCurrentProcess(3w) Wine API CoGetCurrentProcess(3w)

NAME

CoGetCurrentProcess (OLE32.@)

SYNOPSIS

DWORD CoGetCurrentProcess
(
)
 

DESCRIPTION

Gets the current process ID.
 

RETURNS

The current process ID.
 

NOTES

Is DWORD really the correct return type for this function?
 

IMPLEMENTATION

Declared in "objbase.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API