Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetServiceProcess method retrieves the process that is associated with a particular host context.
Syntax
HRESULT GetServiceProcess(
ISvcProcess **ppProcess
);
Parameters
ppProcess
A pointer to a pointer variable that receives the ISvcProcess interface.
Return value
If the method succeeds, it returns S_OK. If the context refers to something above the level of a specific process, this method will return an E_FAIL. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |