Click here to Skip to main content
16,006,065 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using .lib - How? Pin
Tomasz Sowinski29-Aug-01 10:28
Tomasz Sowinski29-Aug-01 10:28 
GeneralRe: Using .lib - How? Pin
29-Aug-01 11:04
suss29-Aug-01 11:04 
AnswerRe: Using .lib - How? Pin
Giles29-Aug-01 8:59
Giles29-Aug-01 8:59 
GeneralTwo active windows at the same time Pin
Huong29-Aug-01 5:38
Huong29-Aug-01 5:38 
QuestionWhat means "container" on a LAN? Pin
Maer72729-Aug-01 5:37
Maer72729-Aug-01 5:37 
AnswerRe: What means Pin
Paolo Messina29-Aug-01 12:52
professionalPaolo Messina29-Aug-01 12:52 
GeneralRe: What means Pin
Maer72729-Aug-01 21:54
Maer72729-Aug-01 21:54 
GeneralRe: What means Pin
Paolo Messina29-Aug-01 23:19
professionalPaolo Messina29-Aug-01 23:19 
Well, I don't know Smile | :)
This is from WinNetWk.h:
#define RESOURCEDISPLAYTYPE_GENERIC        0x00000000
#define RESOURCEDISPLAYTYPE_DOMAIN         0x00000001
#define RESOURCEDISPLAYTYPE_SERVER         0x00000002
#define RESOURCEDISPLAYTYPE_SHARE          0x00000003
#define RESOURCEDISPLAYTYPE_FILE           0x00000004
#define RESOURCEDISPLAYTYPE_GROUP          0x00000005
#if(WINVER >= 0x0400)
#define RESOURCEDISPLAYTYPE_NETWORK        0x00000006
#define RESOURCEDISPLAYTYPE_ROOT           0x00000007
#define RESOURCEDISPLAYTYPE_SHAREADMIN     0x00000008
#define RESOURCEDISPLAYTYPE_DIRECTORY      0x00000009
#endif /* WINVER >= 0x0400 */
#define RESOURCEDISPLAYTYPE_TREE           0x0000000A
#if(WINVER >= 0x0400)
#define RESOURCEDISPLAYTYPE_NDSCONTAINER   0x0000000B
#endif /* WINVER >= 0x0400 */

My guess is that a container is: ROOT, NETWORK, SHAREADMIN, NDSCONTAINER, GROUP, DOMAIN, SERVER, maybe TREE
But absolutely not sure! Smile | :)

Paolo

------
"airplane is cool, but space shuttle is even better" (J. Kaczorowski)
GeneralRe: What means Pin
Maer72730-Aug-01 2:47
Maer72730-Aug-01 2:47 
GeneralRe: What means Pin
Paolo Messina30-Aug-01 23:15
professionalPaolo Messina30-Aug-01 23:15 
GeneralRe: What means Pin
Maer72731-Aug-01 2:09
Maer72731-Aug-01 2:09 
GeneralRe: What means Pin
Paolo Messina31-Aug-01 6:18
professionalPaolo Messina31-Aug-01 6:18 
GeneralRe: What means Pin
Maer72731-Aug-01 17:25
Maer72731-Aug-01 17:25 
GeneralRe: What means Pin
Paolo Messina1-Sep-01 0:46
professionalPaolo Messina1-Sep-01 0:46 
Questionis this possible? Pin
29-Aug-01 5:11
suss29-Aug-01 5:11 
AnswerRe: is this possible? Pin
#realJSOP29-Aug-01 5:28
professional#realJSOP29-Aug-01 5:28 
AnswerRe: is this possible? Pin
MartinL29-Aug-01 7:15
MartinL29-Aug-01 7:15 
QuestionHow to initialize the follow parameter in "NETRESOURCE"? Pin
Maer72729-Aug-01 4:56
Maer72729-Aug-01 4:56 
AnswerRe: How to initialize the follow parameter in Pin
Paolo Messina29-Aug-01 12:43
professionalPaolo Messina29-Aug-01 12:43 
GeneralRe: How to initialize the follow parameter in Pin
Maer72729-Aug-01 21:35
Maer72729-Aug-01 21:35 
QuestionWhy add "WINAPI" ahead of a function? Pin
Maer72729-Aug-01 4:55
Maer72729-Aug-01 4:55 
AnswerRe: Why add Pin
Joaquín M López Muñoz29-Aug-01 6:05
Joaquín M López Muñoz29-Aug-01 6:05 
GeneralRe: Why add Pin
Maer72729-Aug-01 20:02
Maer72729-Aug-01 20:02 
GeneralRe: Why add Pin
Joaquín M López Muñoz29-Aug-01 20:05
Joaquín M López Muñoz29-Aug-01 20:05 
GeneralRe: Why add Pin
Maer72729-Aug-01 22:10
Maer72729-Aug-01 22:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.