Share via


WZCQueryLatencySensitiveMode (Windows Embedded CE 6.0)

1/6/2010

This function is called to query the current latency sensitive mode settings.

Syntax

DWORD WZCQueryLatencySensitiveMode(
    LPWSTR              pSrvAddr,
    PWSTR               wszInterfaceGuid,
    BOOL                *pbEnable,
    ULONG               *pPacketLatencyMs
);

Parameters

  • pSrvAddr
    [in] Not used. This parameter should always be set to NULL.
  • wszInterfaceGuid
    [in] The interface name.

    If this is set to NULL then the settings are returned from the first WZC-managed 802.11 NIC in the device.

    If not set to NULL then only the named adapter's settings will be returned.

  • pbEnable
    [out] Set to TRUE upon return if Latency Sensitive Mode is enabled, otherwise set to false.
  • PacketLatencyMs
    [out] Set to the PacketLatency value upon successful return.

Return Value

Returns ERROR_SUCCESS if the operation completes successfully; otherwise, returns an error code.

See Also

Reference

Automatic Configuration Functions