New call needed in netapi32 (DsRoleGetPrimaryDomainInformation)
Hi, one of the crashes I have in Process Explorer is due to a unimplemented function DsRoleGetPrimaryDomainInformation. There is no Ds-related stuff yet in netapi32. I assume a new file is needed, but how do I name it: - ds.c - ads.c - ? do we have any name-convention for new files ? I guess a new debug-channel is needed as well with the same question about naming. Cheers, Paul.
Hi Paul, I would say activeds.c, as we already have a dummy dll for active directory services (activeds directory). This name would be good, and tells us at first glance what it holds. Thanks, Vijay On 11/6/05, Paul Vriens <Paul.Vriens(a)xs4all.nl> wrote:
Hi,
one of the crashes I have in Process Explorer is due to a unimplemented function DsRoleGetPrimaryDomainInformation.
There is no Ds-related stuff yet in netapi32. I assume a new file is needed, but how do I name it:
- ds.c - ads.c - ?
do we have any name-convention for new files ?
I guess a new debug-channel is needed as well with the same question about naming.
Cheers,
Paul.
On Sun, 2005-11-06 at 12:40 +0100, Paul Vriens wrote:
- ds.c - ads.c - ?
do we have any name-convention for new files ?
Not really, but ds.c seems OK.
I guess a new debug-channel is needed as well with the same question about naming.
Yeap. I think you can use 'ds' too. -- Dimi Paun <dimi(a)lattica.com> Lattica, Inc.
participants (3)
-
Dimi Paun -
Paul Vriens -
Vijay Kiran Kamuju