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.
Represents activation factories that are registered by calling the RoRegisterActivationFactories function.
typedef struct {}* RO_REGISTRATION_COOKIE;
Remarks
The RoRegisterActivationFactories function returns a RO_REGISTRATION_COOKIE when a activatable class factories are registered with the Windows Runtime. The RoRevokeActivationFactories function uses the cookie to remove the class factories.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
|
See also