Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
Generalpassing char[] from c++ to c# in a web method from a lecacy c++ dll Pin
pleoncini9-Feb-05 5:49
pleoncini9-Feb-05 5:49 
GeneralListBox.TopIndex... Pin
cromag9-Feb-05 5:09
cromag9-Feb-05 5:09 
GeneralRe: ListBox.TopIndex... Pin
cromag9-Feb-05 5:17
cromag9-Feb-05 5:17 
GeneralReading Outlook Attachments using MAPI33 wrapper dll using C# Pin
keshavcn9-Feb-05 4:08
keshavcn9-Feb-05 4:08 
General.NET remoting error Pin
Member 16488299-Feb-05 3:49
Member 16488299-Feb-05 3:49 
GeneralRe: .NET remoting error Pin
S. Senthil Kumar9-Feb-05 8:43
S. Senthil Kumar9-Feb-05 8:43 
GeneralLogon User Pin
sharathgowda9-Feb-05 0:50
sharathgowda9-Feb-05 0:50 
GeneralRe: Logon User Pin
Mike Dimmick9-Feb-05 2:30
Mike Dimmick9-Feb-05 2:30 
From the documentation[^]:

Windows 2000: The process calling LogonUser requires the SE_TCB_NAME privilege. If the calling process does not have this privilege, LogonUser fails and GetLastError returns ERROR_PRIVILEGE_NOT_HELD. In some cases, the process that calls LogonUser must also have the SE_CHANGE_NOTIFY_NAME privilege enabled; otherwise, LogonUser fails and GetLastError returns ERROR_ACCESS_DENIED. This privilege is not required for the local system account or accounts that are members of the administrators group. By default, SE_CHANGE_NOTIFY_NAME is enabled for all users, but some administrators may disable it for everyone.

SE_TCB_NAME is known as "Act as part of the operating system" in the privilege-setting user interface. It's only given to the SYSTEM/LocalSystem account by default.

Since you don't say what you're trying to do, it's difficult to help further. If you want to create a process running under a different user account, try CreateProcessWithLogonW[^].

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Logon User Pin
sharathgowda9-Feb-05 18:46
sharathgowda9-Feb-05 18:46 
GeneralRe: Logon User Pin
Heath Stewart11-Feb-05 7:05
protectorHeath Stewart11-Feb-05 7:05 
GeneralTabcontrol - transparent Pin
Member 13542768-Feb-05 23:49
Member 13542768-Feb-05 23:49 
GeneralUI control components for .Net Pin
ppp0018-Feb-05 23:16
ppp0018-Feb-05 23:16 
GeneralRe: UI control components for .Net Pin
Colin Angus Mackay8-Feb-05 23:58
Colin Angus Mackay8-Feb-05 23:58 
Generalmapi components for .net Pin
ppp0018-Feb-05 23:13
ppp0018-Feb-05 23:13 
QuestionHow to add Check Boxes for Extra Column in a DataGrid? Pin
pubududilena8-Feb-05 20:32
pubududilena8-Feb-05 20:32 
AnswerRe: How to add Check Boxes for Extra Column in a DataGrid? Pin
Christian Graus9-Feb-05 9:37
protectorChristian Graus9-Feb-05 9:37 
Generalget URL !!!! Pin
students552 university8-Feb-05 19:41
students552 university8-Feb-05 19:41 
GeneralRe: get URL !!!! Pin
Anonymous9-Feb-05 7:13
Anonymous9-Feb-05 7:13 
GeneralRe: get URL !!!! Pin
Heath Stewart9-Feb-05 15:04
protectorHeath Stewart9-Feb-05 15:04 
GeneralRe: get URL !!!! Pin
students552 university11-Feb-05 6:54
students552 university11-Feb-05 6:54 
GeneralRe: get URL !!!! Pin
Heath Stewart11-Feb-05 7:03
protectorHeath Stewart11-Feb-05 7:03 
GeneralIContextMenu Shell Extension - HandleMenuMsg Pin
LoKi_za8-Feb-05 19:38
LoKi_za8-Feb-05 19:38 
GeneralRe: IContextMenu Shell Extension - HandleMenuMsg Pin
Wraith29-Feb-05 1:33
Wraith29-Feb-05 1:33 
GeneralRe: IContextMenu Shell Extension - HandleMenuMsg Pin
LoKi_za9-Feb-05 1:42
LoKi_za9-Feb-05 1:42 
GeneralRe: IContextMenu Shell Extension - HandleMenuMsg Pin
Wraith29-Feb-05 2:26
Wraith29-Feb-05 2:26 

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.