DwmGetTransportAttributes function dwmapi

int DwmGetTransportAttributes(
  1. Pointer<Int32> pfIsRemoting,
  2. Pointer<Int32> pfIsConnected,
  3. Pointer<Uint32> pDwGeneration
)

Retrieves transport attributes.

DWMAPI DwmGetTransportAttributes(
  BOOL  *pfIsRemoting,
  BOOL  *pfIsConnected,
  DWORD *pDwGeneration
);

Implementation

int DwmGetTransportAttributes(Pointer<Int32> pfIsRemoting,
        Pointer<Int32> pfIsConnected, Pointer<Uint32> pDwGeneration) =>
    _DwmGetTransportAttributes(pfIsRemoting, pfIsConnected, pDwGeneration);