Click here to Skip to main content
15,927,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error Pin
toxcct16-Dec-04 4:56
toxcct16-Dec-04 4:56 
GeneralRe: error Pin
ozgul16-Dec-04 21:43
ozgul16-Dec-04 21:43 
Questionhow to read in serialized list structures? Pin
itsh1116-Dec-04 3:18
itsh1116-Dec-04 3:18 
AnswerRe: how to read in serialized list structures?(typo corrected) Pin
itsh1116-Dec-04 4:03
itsh1116-Dec-04 4:03 
GeneralRe: how to read in serialized list structures?(typo corrected) Pin
Ravi Bhavnani16-Dec-04 9:00
professionalRavi Bhavnani16-Dec-04 9:00 
GeneralRe: how to read in serialized list structures?(typo corrected) Pin
itsh1116-Dec-04 10:38
itsh1116-Dec-04 10:38 
GeneralRe: how to read in serialized list structures?(typo corrected) Pin
Jack Puppy16-Dec-04 14:12
Jack Puppy16-Dec-04 14:12 
Questionwhat's happend? ERROR_NO_SUCH_LOGON_SESSION? Pin
starschen16-Dec-04 3:10
sussstarschen16-Dec-04 3:10 
I have done an COM library that using VC++6.0, there is "Logon" interface was contained and detail codes below:
<br />
	NETRESOURCE nr;<br />
	::memset(&nr, NULL, sizeof(NETRESOURCE));<br />
<br />
	nr.dwType = RESOURCETYPE_ANY;<br />
	nr.lpRemoteName = str.LockBuffer();<br />
	nr.lpProvider = _T("Microsoft Windows Network");<br />
	nr.dwDisplayType = RESOURCEDISPLAYTYPE_SERVER;<br />
<br />
	DWORD dwResult = ::WNetAddConnection2(&nr, _T("password"), _T("username"), CONNECT_UPDATE_PROFILE);<br />


the "Logon" interface is successful to return "NO_ERROR" which are invoked by VB. but while the "Logon" interface is invoked by ASP(Active Service Page), however results is to return a error that's:
<br />
ERROR_NO_SUCH_LOGON_SESSION<br />


to search into "Winerror.h" that have some description about the error:

<br />
//   A specified logon session does not exist.  It may already have<br />
//   been terminated.<br />


via Google to search about the "ERROR_NO_SUCH_LOGON_SESSION", Unfortunate nothing can hele me Frown | :( ((Cry | :((
AnswerRe: what's happend? ERROR_NO_SUCH_LOGON_SESSION? Pin
Graham Bradshaw16-Dec-04 12:08
Graham Bradshaw16-Dec-04 12:08 
GeneralRe: what's happend? ERROR_NO_SUCH_LOGON_SESSION? Pin
starschen16-Dec-04 15:07
sussstarschen16-Dec-04 15:07 
GeneralRe: Iphlpapi.h Pin
ThatsAlok16-Dec-04 2:54
ThatsAlok16-Dec-04 2:54 
GeneralRe: Iphlpapi.h Pin
Prakash Nadar16-Dec-04 3:14
Prakash Nadar16-Dec-04 3:14 
GeneralRe: Iphlpapi.h Pin
Prakash Nadar16-Dec-04 3:13
Prakash Nadar16-Dec-04 3:13 
GeneralRe: Iphlpapi.h Pin
ThatsAlok16-Dec-04 17:00
ThatsAlok16-Dec-04 17:00 
GeneralRe: Iphlpapi.h Pin
Prakash Nadar17-Dec-04 3:31
Prakash Nadar17-Dec-04 3:31 
GeneralRe: Iphlpapi.h Pin
ThatsAlok17-Dec-04 17:02
ThatsAlok17-Dec-04 17:02 
GeneralRe: Iphlpapi.h Pin
dex_ter1119-Dec-04 18:23
dex_ter1119-Dec-04 18:23 
QuestionHow to change the Color of Menu Bars? Pin
pubududilena16-Dec-04 2:02
pubududilena16-Dec-04 2:02 
GeneralCombo box values Pin
Rich Wright16-Dec-04 1:58
Rich Wright16-Dec-04 1:58 
GeneralRe: Combo box values Pin
David Crow16-Dec-04 4:14
David Crow16-Dec-04 4:14 
GeneralRe: Combo box values Pin
Rich Wright16-Dec-04 7:08
Rich Wright16-Dec-04 7:08 
GeneralRe: Combo box values Pin
David Crow16-Dec-04 7:39
David Crow16-Dec-04 7:39 
GeneralRe: Combo box values Pin
toxcct16-Dec-04 8:03
toxcct16-Dec-04 8:03 
GeneralRe: Combo box values Pin
Maximilien16-Dec-04 8:54
Maximilien16-Dec-04 8:54 
GeneralRe: Combo box values Pin
toxcct16-Dec-04 9:32
toxcct16-Dec-04 9:32 

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.