Leaked source code of windows server 2003
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
381 B

#ifndef _FILTER_H_
#define _FILTER_H_
#define FILTER_INBOUND 0
#define FILTER_OUTBOUND 1
DWORD APIENTRY
MprUIFilterConfig(
IN CWnd* pParent,
IN LPCWSTR pwsMachineName,
IN LPCWSTR pwsInterfaceName,
IN DWORD dwTransportId,
IN DWORD dwFilterType // FILTER_INBOUND, FILTER_OUTBOUND
);
#endif // _FILTER_H_