Files
mirror-processhacker/2.x/trunk/ProcessHacker/include/ntlpcapi.h
T
wj32 76f06c43db added more access entries
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2727 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-24 02:21:33 +00:00

8 lines
153 B
C

#ifndef NTLPCAPI_H
#define NTLPCAPI_H
#define PORT_CONNECT 0x0001
#define PORT_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | SYNCHRONIZE | 0x1)
#endif