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.
1/6/2010
This structure stores the name of the reserved region to read from or write to.
Syntax
typedef struct _ReservedReq {
CHAR szName[RESERVED_NAME_LEN];
DWORD dwStart;
DWORD dwLen;
LPBYTE pBuffer;
} ReservedReq, *PReservedReq;
Members
- szName
Name of the reserved region to read from or write to.
- dwStart
Starting byte offset to read from or write to.
- dwLen
Length to read or write.
- pBuffer
Buffer to read from or write to.
Requirements
| Header | fmd.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |