Freigeben über


UNIT_ProcessRegistryPlugs_Request (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.