PRB: GetVolumeInformation() Fails with UNC NameLast reviewed: September 25, 1995Article ID: Q119219 |
The information in this article applies to:
SYMPTOMSGetVolumeInformation() fails and GetLastError() returns 123 (ERROR_INVALID_NAME) if a UNC name is used. The UNC name has the form \\<SERVER>\<SHARE>.
RESOLUTIONGetVolumeInformation() requires an extra backslash with UNC names, so that the name has the form \\<SERVER>\<SHARE>\.
|
Additional reference words: 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |