IRDPSRAPIWindow::get_Flags method (rdpencomapi.h)

Returns the flags on the current window. Flags are one of the values of the enumeration type RDPSRAPI_WND_FLAGS.

This property is read-only.

Syntax

HRESULT get_Flags(
  unsigned long *pdwFlags
);

Parameters

pdwFlags

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header rdpencomapi.h
DLL RdpEncom.dll

See also

IRDPSRAPIWindow