The information in this article applies to:
SYMPTOMS
If you programmatically add a share (NetShareAdd) and immediately run
FindFirstFile on the directory just shared, the following error is
displayed:
This only happens if the share is created on the local computer. CAUSE"Invalid UID or TID" is returned internally because there is no SrvSmbSessionSetupAndX and SrvSmbTreeConnectAndX Server Message Block (SMB) yet. RESOLUTIONAfter NetShareAdd, call FindFirstFile more than once. Only the first call returns the error. STATUSMicrosoft has confirmed this to be a problem in Windows NT version 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
With the correct SHARE_INFO_502 structure, the following code would cause
this error:
Additional query words: prodnt
Keywords : kbprg kbbug4.00 NTSrvWkst |
Last Reviewed: January 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |