mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
94f95430c7
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2730 21ef857c-d57f-4fe0-8362-d861dc6d29cd
8 lines
151 B
C
8 lines
151 B
C
#ifndef NTMISC_H
|
|
#define NTMISC_H
|
|
|
|
#define FLT_PORT_CONNECT 0x0001
|
|
#define FLT_PORT_ALL_ACCESS (FLT_PORT_CONNECT | STANDARD_RIGHTS_ALL)
|
|
|
|
#endif
|