mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
76f06c43db
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2727 21ef857c-d57f-4fe0-8362-d861dc6d29cd
8 lines
153 B
C
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
|