September 12th, 2006 05:22 AM
Let me paste a code snippet for you so that you can better understand the issue:
IADs* piObject = NULL;
hRes = ADsGetObject(sCN.data(),
IID_IADs,
(PVOID*)&piObject);...
September 7th, 2006 01:19 AM
Hello Victor,
Thank you for the reply. I have followed the correct procedure of carrying out the AD search as per MSDN. In my case when iam having a sindle DC for the domain, i am able to properly...
September 6th, 2006 08:37 AM
Hi All,
I am trying to add an account into the active directory and then delete it after some time.
Iam able to add the account successfully into the Domain controller, but, while trying to...
August 14th, 2006 10:06 AM
Operating system: Windows 2003 server
Hello Gurus,
The Following is the issue that iam facing while accessing Windows Registry:
Description:
we use a service which sets values to a few...
March 23rd, 2006 12:09 AM
Hello,
Me too, Iam getting the same error, in my case iam using ZwSetInformationFile to set the delete flag on the directory.
But this call is failing by saying that DIRECOTRY_NOT_EMPTY ...even...
March 22nd, 2006 05:17 AM
Hi,
I feel that there might be some handle leak some where for a file inside the directory, because of which the file doesnt get deleted and ultimately leads to failure of Directory deletion.
...
March 20th, 2006 06:36 AM
Hi,
I have a file system filter driver that sets the delete flag for a file to be deleted. when iam trying to delete a directory recursively, iam getting an error saying that DIRECTORY_NOT_EMPTY...