Advertisement

1 - 10 of 46 containing alltags:("87") (0 seconds)
I have been trying to use the Windows vbs scripts to install printers through a batch file, I can get the port created and the printer created & working great if the PC already has a driver install...
Zones: MS DOSDate Answered: 09/14/2004 Grade: A Views: 5
Hi Folks, want to write some code to create windows NT user add to some groups etc.  so far i have this: void main() {       long returncode;       USER_INFO_1 NTuser;       NTuser.usri1_name = (unsigned shor...
Zones: CDate Answered: 08/29/1999 Grade: A Views: 4
The basic premise of what i'm trying to do is merely to open up a key.  Following opening the key i'm going to save it.  I'm using the RegOpenKey winapi call.  I'm receiving an error code 87 which ...
Zones: Windows ProgrammingDate Answered: 09/28/1999 Grade: A Views: 0
I am having a problem with the InternetOpenUrl function.  Here is the code I am calling: // Session is a valid handle, opened with InternetOpen // URL is a valid URL, CString variable. // ...
Zones: Windows ProgrammingDate Answered: 10/25/1999 Grade: A Views: 0
hi, the following is an example from a larger project in D3 under WIN98. i extracted it for there is a crazy error: in the Tfilestream.create always getlasterror is 87 !! what is this ?...
Zones: Delphi ProgrammingDate Answered: 10/28/1999 Grade: B Views: 0
Can anyone help me with this?  When I run this function, on the first recursive call, WNetOpenEnum returns error 1204: "The specified network provider name is invalid." The first call to Search ...
Zones: .NETDate Answered: 08/06/2003 Grade: B Views: 6
I'm having problems with setting pipe mode with SetNamedPipeHandleState. Microsoft gives following definition: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/base/setnamed...
Zones: Visual BasicDate Answered: 09/09/2003 Grade: A Views: 0
I have execute a programm that shut down all unnessesary services. But now my IIS dont start. Iwent to the services and try to start the service. It comes with a message ... err=87 "wrong param...
Zones: Windows 2000Date Answered: 02/03/2005 Grade: A Views: 0
After adding new DHCP scope on a windows 2003 server and executing a refresh the DHCP Snap-in becomes unavailable, but the dhcp services is still running? we need to create two scopes for two separ...
Zones: Windows 2003 ServerDate Answered: 04/26/2006 Grade: A Views: 0
I'm trying to use the RegEnumValue function but all I get as a return value is: 87 - ERROR_INVALID_PARAMETER Has anyone got any Idea which parameter is wrong or managed to get this to work, I am ...
Zones: Visual BasicDate Answered: 09/01/1997 Grade: C Views: 0