Click here to Skip to main content
15,917,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Accessing data/file when app launched from attachment Pin
Mike Nordell10-Feb-03 15:08
Mike Nordell10-Feb-03 15:08 
QuestionHow to get my DNS server ? Pin
Yasen Georgiew10-Feb-03 11:05
Yasen Georgiew10-Feb-03 11:05 
AnswerRe: How to get my DNS server ? Pin
Rene De La Garza10-Feb-03 11:37
Rene De La Garza10-Feb-03 11:37 
GeneralNT Service would not start...! Pin
Prabhakar10-Feb-03 10:57
Prabhakar10-Feb-03 10:57 
GeneralRe: NT Service would not start...! Pin
palbano10-Feb-03 11:06
palbano10-Feb-03 11:06 
GeneralRe: NT Service would not start...! Pin
Prabhakar10-Feb-03 11:26
Prabhakar10-Feb-03 11:26 
GeneralRe: NT Service would not start...! Pin
Kant11-Feb-03 5:22
Kant11-Feb-03 5:22 
GeneralRe: NT Service would not start...! Pin
Kant11-Feb-03 5:32
Kant11-Feb-03 5:32 
Read this:

MSDN[^]

lpDesktop
Windows NT/2000/XP: Pointer to a null-terminated string that specifies either the name of the desktop, or the name of both the desktop and window station for this process. A backslash in the string indicates that the string includes both the desktop and window station names.

For CreateProcess and CreateProcessAsUser, if this member is NULL, the new process inherits the desktop and window station of its parent process. If this member is an empty string, the process does not inherit the desktop and window station of its parent process; instead, the system determines if a new desktop and window station need to be created. If the impersonated user already has a desktop, the system uses the existing desktop.

For CreateProcessWithLogonW, if this member is NULL or an empty string, the new process inherits the desktop and window station of its parent process. CreateProcessWithLogonW adds permission for the specified user account to the inherited window station and desktop. Otherwise, if this member specifies a desktop, it is the responsibility of the application to add permission for the specified user account to the specified window station and desktop.




Follow live World Cup Cricket scores here[^]

GeneralUsing .NET objects in C++ Pin
OBRon10-Feb-03 10:11
OBRon10-Feb-03 10:11 
GeneralDetect file writing Pin
zebiloute10-Feb-03 9:13
zebiloute10-Feb-03 9:13 
GeneralRe: Detect file writing Pin
Neville Franks10-Feb-03 9:25
Neville Franks10-Feb-03 9:25 
GeneralRe: Detect file writing Pin
Mike Nordell10-Feb-03 11:25
Mike Nordell10-Feb-03 11:25 
GeneralProblem with Unix linefeeds in VS.NET Pin
Jim A. Johnson10-Feb-03 9:04
Jim A. Johnson10-Feb-03 9:04 
GeneralRe: Problem with Unix linefeeds in VS.NET Pin
Chris Losinger10-Feb-03 9:46
professionalChris Losinger10-Feb-03 9:46 
GeneralUsing Symbol Server with VC6 Pin
dcr10-Feb-03 8:53
dcr10-Feb-03 8:53 
GeneralMFC question Pin
User 988510-Feb-03 8:41
User 988510-Feb-03 8:41 
GeneralRe: MFC question Pin
Michael Dunn10-Feb-03 8:50
sitebuilderMichael Dunn10-Feb-03 8:50 
GeneralRe: MFC question Pin
User 988510-Feb-03 8:52
User 988510-Feb-03 8:52 
GeneralCMSflexgrid woes Pin
act_x10-Feb-03 8:29
act_x10-Feb-03 8:29 
GeneralRe: CMSflexgrid woes Pin
User 988510-Feb-03 8:46
User 988510-Feb-03 8:46 
GeneralControlling Navigation in IE Pin
harder10-Feb-03 8:22
harder10-Feb-03 8:22 
GeneralRe: Controlling Navigation in IE Pin
HENDRIK R10-Feb-03 21:29
HENDRIK R10-Feb-03 21:29 
GeneralRe: Controlling Navigation in IE Pin
harder11-Feb-03 6:14
harder11-Feb-03 6:14 
GeneralRe: Controlling Navigation in IE Pin
harder11-Feb-03 9:49
harder11-Feb-03 9:49 
GeneralRegSetValueEx question Pin
ns10-Feb-03 8:13
ns10-Feb-03 8:13 

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.