Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the lower bound of the recovery range when the session is performing forgotten knowledge recovery.
Syntax
HRESULT GetForgottenKnowledgeRecoveryRange(
BYTE * pbRangeStart,
DWORD * pcbRangeStart);
Parameters
pbRangeStart
[in, out, unique, size_is(*pcbRangeStart)] Returns the lower bound of the recovery range when the session is performing forgotten knowledge recovery.pcbRangeStart
[in, out] Specifies the number of bytes in pbRangeStart. Returns the number of bytes required to retrieve the range value when pcbRangeStart is too small, or the number of bytes written.
Return Value
S_OK
E_POINTER
HRESULT_FROM_WIN32(ERROR_MORE_DATA) when pcbRangeStart is too small. In this case, the required number of bytes is returned in pcbRangeStart.