wwServer::GetProcessId

Called by the ISAPI extension to finalize the initialization process.

This method returns the current process's ID. It also doubles as a startup hook that is called when the server is created by the ISAPI DLL when running COM.

It also handles cascading the server windows.

o.GetProcessID(lnInstance)

numeric - ProcessId

Parameters

lnInstance
An instance ID. Used for cascading windows.

Remarks

Only used in COM operation of the server. Not used in File based or ASP messaging modes.

See also