table of contents
other versions
- wheezy 1.4.1-4
WNetGetDirectoryType16(3w) | Wine API | WNetGetDirectoryType16(3w) |
NAME¶
WNetGetDirectoryType16 (USER.530)SYNOPSIS¶
WORD WNetGetDirectoryType16(
LPSTR lpName,
LPINT16 lpType
)
DESCRIPTION¶
WNetGetDirectoryType [ USER.530] Decides whether resource is local.RETURNS¶
on success, puts one of the following in *lpType: - WNDT_NETWORK on a network - WNDT_LOCAL localIMPLEMENTATION¶
Declared in "wine/winnet16.h". Implemented in "dlls/user.exe16/network.c". Debug channel "wnet".Oct 2012 | Wine API |