Expand Minimize
This topic has not yet been rated - Rate this topic

RoRevokeActivationFactories function

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

Syntax


void RoRevokeActivationFactories(
  _In_  RO_REGISTRATION_COOKIE cookie
);

Parameters

cookie [in]

Type: RO_REGISTRATION_COOKIE

Return value

This function does not return a value.

Remarks

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

Windows Phone 8: This API is supported.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Roapi.h

See also

RO_REGISTRATION_COOKIE
RoInitialize
RoRegisterActivationFactories

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.