IProcessLock interface (objidl.h)

[The use of this interface is not recommended; use the IProcessInitControl interface instead.]

Used by ISurrogateService to prevent the process from terminating due to a time-out.

Inheritance

The IProcessLock interface inherits from the IUnknown interface. IProcessLock also has these types of members:

Methods

The IProcessLock interface has these methods.

 
IProcessLock::AddRefOnProcess

Increments the reference count of the process.
IProcessLock::ReleaseRefOnProcess

Decrements the reference count of the process.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header objidl.h

See also

IProcessInitControl