Re: why is the error ---10104?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: KSeeker (wrtout_at_gmail.com)
Date: 12/11/04


Date: 11 Dec 2004 08:11:42 -0800

Try filling in the basic elements of the Routines structure, namely:

lpnspRoutines->cbSize = sizeof(NSP_ROUTINE);
lpnspRoutines->dwMajorVersion = 2;
lpnspRoutines->dwMinorVersion = 2;

And the call should succeed now, but even this does not seem to
guarantee that your routines will be called. There seems to be
something still missing and no documentation anywhere, plus no
references either.

Good luck and you're encourage to share any positive (or negative)
results with the group.

-KSeeker.