Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NetSessionDel

Status
Not open for further replies.

fortage

MIS
Jun 15, 2000
329
US
Does anyone have a snippet of code utilizing this API(windows 2000)?
I keep getting error 2312.
Also how can I determine what this error code means?

Thanks
 
Using the error lookup utility supplied visual studio shows error 2132 as

A session does not exist with that computer name.

Looking at the MSDN entry for NetSessionDel shows a table of possible return values. one of which is symbolised as NERR_ClientNameNotFound which is described as "A session does not exist with that computer name."



Take Care

Matt
If at first you don't succeed, skydiving is not for you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top