IDebugClient5::SetQuitLockStringWide method (dbgeng.h)

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)

See also

IDebugClient5