Share via


IRTCClient::get_IsT120AppletRunning

The get_IsT120AppletRunning property checks to see if a T120 applet is running.

HRESULT get_IsT120AppletRunning(RTC_T120_APPLETenApplet,
VARIANT_BOOL*pfRunning);

Parameters

  • enApplet
    [in] An RTC_T120_APPLET enumeration that specifies the type of T120 applet.
  • pfRunning
    [out] If the variant is TRUE, the T120 applet is currently running.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_CLIENT_NOT_INITIALIZED The client has not been initialized.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000 SP4.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCClient is defined as 07829e45-9a34-408e-a011-bddf13487cd1.

See Also

IRTCClient, RTC_T120_APPLET