Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
The GetCurrentProcessId method returns the engine process ID for the current process.
Syntax
HRESULT GetCurrentProcessId(
[out] PULONG Id
);
Parameters
[out] Id
Receives the engine process ID for the current process.
Return value
This method may also return error values. See Return Values for more details.
| Return code | Description |
|---|---|
|
The method was successful. |
Remarks
For more information about processes, see Threads and Processes.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | dbgeng.h (include Dbgeng.h) |