VVCR_Complete_Request (Windows CE 5.0)
This structure identifies the request made and permits the virtual VCR driver to complete the appropriate request.
typedef struct {PVOID vvcr_RequestIdentifier;BOOL vvcr_Status;} VVCR_Complete_Request;
Members
- vvcr_RequestIdentifier
Request identifier, as previously returned in the response structure of an IOCTL_VVCR_EVENT request. This identifier uniquely identifies the request made, and permits the virtual VCR driver to complete the appropriate request. - vvcr_Status
Boolean that defines whether the application wishes to convey that it successfully completed the given request or whether it conveys that the request was not successfully completed.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_vvcr.h.
See Also
Send Feedback on this topic to the authors