File:  [WindowsNT SDKs] / mstools / h / rpcsec.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:20:33 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1992, ntsdk-jun-1992, HEAD
Microsoft Windows NT Build 297 06-28-1992

/*********************************************************/
/**               Microsoft LAN Manager                 **/
/**	  Copyright(c) Microsoft Corp., 1991		**/
/**							**/
/**	       Security Include file for NT		**/
/**							**/
/*********************************************************/

#ifndef __RPCSEC_H__
#define __RPCSEC_H__

//
// Rpc Interface Specific Access Rights.
//

#define RPC_INTERFACE_BIND (0x0001)
#define RPC_INTERFACE_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED |\
                                  RPC_INTERFACE_BIND)
#define RPC_INTERFACE_READ (STANDARD_RIGHTS_READ)
#define RPC_INTERFACE_WRITE (STANDARD_RIGHTS_WRITE)
#define RPC_INTERFACE_EXECUTE (STANDARD_RIGHTS_EXECUTE |\
                               RPC_INTERFACE_BIND)

#endif // __RPCSEC_H__

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.