RoRevokeActivationFactories function (roapi.h)

Removes an array of registered activation factories from the Windows Runtime.

Syntax

void RoRevokeActivationFactories(
  [in] RO_REGISTRATION_COOKIE cookie
);

Parameters

[in] cookie

Type: RO_REGISTRATION_COOKIE

Return value

None

Remarks

Call the RoRevokeActivationFactories function remove the activation factories represented in the cookie array from the Windows Runtime.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header roapi.h
Library RuntimeObject.lib
DLL ComBase.dll

See also

RO_REGISTRATION_COOKIE

RoInitialize

RoRegisterActivationFactories