IWDTFSystemAction2::ConnectedStandby method (wdtfsystemaction.h)

Puts the system into Connected Standby state and exits Connected Standby state after the desired time has passed. This method only works on a computer that supports Always On Always Connected (AOAC).

Syntax

HRESULT ConnectedStandby(
  [in] LONG TimeInMs
);

Parameters

[in] TimeInMs

Specifies how much time (in milliseconds) has to pass before exiting Connected Standby.

Return value

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

Requirements

Requirement Value
Minimum supported client Windows XP Professional
Minimum supported server Windows Server 2008
Target Platform Desktop
Header wdtfsystemaction.h

See also

IWDTFSystemAction2