Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

11 lines
196 B

#ifndef H__sectype
#define H__sectype
/*
NetDDE security types
*/
#define WW_SECURITY_TYPE 1L
#define MS_SECURITY_TYPE 2L
#define NT_SECURITY_TYPE 3L
#endif