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 local
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/network.c".
- Debug channel "wnet".