WriteGenericData
A version of this page is also available for
4/8/2010
This function is used to write OS password data.
Syntax
BOOL WriteGenericData(
WORD dwId,
DWORD dwIndex,
DWORD dwFlags,
LPBYTE pBuf,
DWORD dwLength,
);
Parameters
- dwId
Type of data to be written. Currently, only OEM_DATATYPE_PASSWORD is supported.
- dwIndex
Byte offset to write the data.
- dwFlags
Unsupported. Set to zero.
- pBuf
Data to be written.
- dwLength
Length of data to be written.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | pwinreg.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |