SECUserTool::SetWaitEnabled

BOOLSECUserTool::SetWaitEnabled(BOOLb)

Sets the "wait" state to force your application to wait for a spawned process to terminate before continuing. If you want your app to spawn a process, and then continue on as before, you should disable the wait. By default, the wait is enabled.

Defined in: usertool.h

Return Value

Nonzero if the wait state is successfully set; otherwise 0.

Parameters

b

Flag to enable/disable wait state. Default is enabled.

See Also

IsWaitEnabled

SECUserTool