Share via


ReadGenericData (Windows CE 5.0)

Send Feedback

This function is used to read 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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.