ITQOSApplicationID::SetQOSApplicationID method

[ This method is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The SetQOSApplicationID method sets the QOS identifier for the application.

Syntax

HRESULT SetQOSApplicationID(
  [in] BSTR pApplicationID,
  [in] BSTR pApplicationGUID,
  [in] BSTR pSubIDs
);

Parameters

pApplicationID [in]

Unique identifier for the application process.

pApplicationGUID [in]

Application GUID.

pSubIDs [in]

Sub-IDs associated with the current call.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.1
Header
Ipmsp.h
Library
Uuid.lib
DLL
Tapi3.dll

See also

ITQOSApplicationID