I
ialexei
Hi,
I get a First-chance exception (0x000006BA: The RPC server is unavailable.)
on my VS.NET output window, when I call GetComputerObjectName. Here is the code
frament.
....
TCHAR szDn[1000];
DWORD dwLen = 1000;
BOOL bRes = ::GetComputerObjectName(NameFullyQualifiedDN,szDn,&dwLen);
....
Can anybody there tell me what is wrong with my code.
Thanks
-Alexei
I get a First-chance exception (0x000006BA: The RPC server is unavailable.)
on my VS.NET output window, when I call GetComputerObjectName. Here is the code
frament.
....
TCHAR szDn[1000];
DWORD dwLen = 1000;
BOOL bRes = ::GetComputerObjectName(NameFullyQualifiedDN,szDn,&dwLen);
....
Can anybody there tell me what is wrong with my code.
Thanks
-Alexei