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

Declared in "include/wine/winnet16.h". gitlab.winehq.org/wine/wine/blob/master/include/wine/winnet16.h

Implemented in "dlls/user.exe16/network.c". gitlab.winehq.org/wine/wine/blob/master/dlls/user.exe16/network.c

Debug channel "wnet".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.