Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Roapi.h

See also

RoRegisterActivationFactories
RoRevokeActivationFactories

 

 

Show:
© 2017 Microsoft