IProfferService::RevokeService method

Makes a service unavailable that had previously been available to other objects through IProfferService::ProfferService.

Syntax


HRESULT RevokeService(
  [in] DWORD dwCookie
);

Parameters

dwCookie [in]

Type: DWORD

A value of type DWORD that specifies an implementation-defined value used for identification purposes. The calling application receives this value from IProfferService::ProfferService.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shobjidl.h

See also

IProfferService
IProfferService::ProfferService

 

 

Show: