IDebugClient5::GetQuitLockStringWide method (dbgeng.h)

Gets a Unicode character quit lock string.

Syntax

HRESULT GetQuitLockStringWide(
  [out]           PWSTR  Buffer,
  [in]            ULONG  BufferSize,
  [out, optional] PULONG StringSize
);

Parameters

[out] Buffer

The buffer in which to write the Unicode character string.

[in] BufferSize

The size of the buffer.

[out, optional] StringSize

A pointer to the string size.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

A quit lock string provides control to lock the session against undesired quits.

The quit lock string cannot be retrieved from a secure session.

Requirements

Requirement Value
Target Platform Windows
Header dbgeng.h (include Dbgeng.h)

See also

IDebugClient5