This topic has not yet been rated - Rate this topic

ISideShowDriver::OnRemoveApplication method

Removes an application that was previously added with the ISideShowDriver::OnAddApplication method from the device.

Syntax


HRESULT OnRemoveApplication(
  [in]  const SID *pUserSid,
  [in]  REFAPPLICATION_ID ApplicationId
);

Parameters

pUserSid [in]

A pointer to a SID that indicates the current user that is associated with the data.

ApplicationId [in]

A reference to the application identifier of the application that the OnRemoveApplication method removes.

Return value

The OnRemoveApplication method returns S_OK if the operation succeeds. Otherwise, this method returns one of the error codes that are defined in Winerror.h.

Remarks

The OnRemoveApplication method also removes any notifications that are associated with the removed application.

Requirements

Header

Windowssideshowclassextension.h (include WindowsSideShowClassExtension.h)

See also

ISideShowDriver::OnAddApplication

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.