Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is used to write OS password data.
BOOL ReadGenericData(WORDdwId,DWORDdwIndex,DWORDdwFlags, LPBYTE pBuf,DWORD dwLength,DWORD pdwBytesReturned);
Parameters
- dwId
Type of data to be read. Currently, only OEM_DATATYPE_PASSWORD is supported. - dwIndex
Byte offset to read the data. - dwFlags
Unsupported. Set to zero. - pBuf
Data to be read. - dwLength
Length of data to be read. - pdwBytesReturned
Pointer to the number of bytes to be read.
Return Values
Returns TRUE on success, FALSE on failure.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Pwinreg.h.
Link Library: Coredll.lib
See Also
Registry Functions | Persisting Data with the RAM-Based Registry
Send Feedback on this topic to the authors