Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 1.93 KB

nf-dbgeng-idebugclient5-getquitlockstring.md

File metadata and controls

82 lines (60 loc) · 1.93 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugClient5.GetQuitLockString
IDebugClient5::GetQuitLockString (dbgeng.h)
Gets a quit lock string.
debugger\idebugclient5_getquitlockstring.htm
debugger
05/03/2018
IDebugClient5::GetQuitLockString
GetQuitLockString, GetQuitLockString method [Windows Debugging], GetQuitLockString method [Windows Debugging],IDebugClient5 interface, IDebugClient5 interface [Windows Debugging],GetQuitLockString method, IDebugClient5.GetQuitLockString, IDebugClient5::GetQuitLockString, dbgeng/IDebugClient5::GetQuitLockString, debugger.idebugclient5_getquitlockstring
dbgeng.h
Dbgeng.h
Windows
Windows
IDebugClient5::GetQuitLockString
dbgeng/IDebugClient5::GetQuitLockString
APIRef
kbSyntax
COM
dbgeng.h
IDebugClient5::GetQuitLockString

IDebugClient5::GetQuitLockString

-description

Gets a quit lock string.

-parameters

-param Buffer [out]

The buffer in which to write the string.

-param BufferSize [in]

The size of the buffer.

-param StringSize [out, optional]

A pointer to the string size.

-returns

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.

-see-also

IDebugClient5