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 structure is used by IOCTL_UNIT_PROCESS_REGISTRY_PLUGS.
typedef struct {PVOID uprp_RegistrationToken;HANDLE uprp_RootKey;} UNIT_ProcessRegistryPlugs_Request;
Members
- uprp_RegistrationToken
Registration token value from a previous IOCTL_UNIT_REGISTER_SUBUNIT command. - uprp_RootKey
Must contain a registry handle from ZwOpenKey or ZwCreateKey of the root of the section that this command should attempt to locate plug definitions.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_unit.h.
See Also
IOCTL_UNIT_PROCESS_REGISTRY_PLUGS | IOCTL_UNIT_REGISTER_SUBUNIT
Send Feedback on this topic to the authors