Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
365 B

  1. #ifndef _FILTER_H_
  2. #define _FILTER_H_
  3. #define FILTER_INBOUND 0
  4. #define FILTER_OUTBOUND 1
  5. DWORD APIENTRY
  6. MprUIFilterConfig(
  7. IN CWnd* pParent,
  8. IN LPCWSTR pwsMachineName,
  9. IN LPCWSTR pwsInterfaceName,
  10. IN DWORD dwTransportId,
  11. IN DWORD dwFilterType // FILTER_INBOUND, FILTER_OUTBOUND
  12. );
  13. #endif // _FILTER_H_