Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets a quit lock string.
Syntax
HRESULT GetQuitLockString(
[out] PSTR Buffer,
[in] ULONG BufferSize,
[out, optional] PULONG StringSize
);
Parameters
[out] Buffer
The buffer in which to write the 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) |