RO_REGISTRATION_COOKIE
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