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.
Sets a quit lock Unicode character string.
Syntax
HRESULT SetQuitLockStringWide(
[in] PCWSTR String
);
Parameters
[in] String
A pointer to the quit lock Unicode character string.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This function provides control over locking the session against undesired quits.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | dbgeng.h (include Dbgeng.h) |