|
typedef DWORD(APIENTRY * | PF_NPGetCaps) (DWORD ndex) |
|
typedef DWORD(APIENTRY * | PF_NPGetUser) (LPWSTR lpName, LPWSTR lpUserName, LPDWORD lpnBufferLen) |
|
typedef DWORD(APIENTRY * | PF_NPOpenEnum) (DWORD dwScope, DWORD dwType, DWORD dwUsage, LPNETRESOURCEW lpNetResource, LPHANDLE lphEnum) |
|
typedef DWORD(APIENTRY * | PF_NPEnumResource) (HANDLE hEnum, LPDWORD lpcCount, LPVOID lpBuffer, LPDWORD lpBufferSize) |
|
typedef DWORD(APIENTRY * | PF_NPCloseEnum) (HANDLE hEnum) |
|
typedef DWORD(APIENTRY * | PF_NPGetResourceInformation) (LPNETRESOURCEW lpNetResource, LPVOID lpBuffer, LPDWORD lpcbBuffer, LPWSTR *lplpSystem) |
|
typedef DWORD(APIENTRY * | PF_NPAddConnection) (LPNETRESOURCEW lpNetResource, LPWSTR lpPassword, LPWSTR lpUserName) |
|
typedef DWORD(APIENTRY * | PF_NPAddConnection3) (HWND hwndOwner, LPNETRESOURCEW lpNetResource, LPWSTR lpPassword, LPWSTR lpUserName, DWORD dwFlags) |
|
typedef DWORD(APIENTRY * | PF_NPCancelConnection) (LPWSTR lpName, BOOL fForce) |
|
typedef DWORD(APIENTRY * | PF_NPGetConnection) (LPWSTR lpLocalName, LPWSTR lpRemoteName, LPDWORD lpnBufferLen) |
|
typedef DWORD(APIENTRY * | PF_NPGetUniversalName) (LPWSTR lpLocalPath, DWORD dwInfoLevel, LPVOID lpBuffer, LPDWORD lpnBufferSize) |
|
typedef DWORD(APIENTRY * | PF_NPFormatNetworkName) (LPWSTR lpRemoteName, LPWSTR lpFormattedName, LPDWORD lpnLength, DWORD dwFlags, DWORD dwAveCharPerLine) |
|
typedef DWORD(APIENTRY * | PF_NPDeviceMode) (HWND hParent) |
|
typedef DWORD(APIENTRY * | PF_NPSearchDialog) (HWND hwndParent, LPNETRESOURCEW lpNetResource, LPVOID lpBuffer, DWORD cbBuffer, LPDWORD lpnFlags) |
|
typedef DWORD(APIENTRY * | PF_NPGetPropertyText) (DWORD iButton, DWORD nPropSel, LPWSTR lpName, LPWSTR lpButtonName, DWORD nButtonNameLen, DWORD nType) |
|
typedef DWORD(APIENTRY * | PF_NPPropertyDialog) (HWND hwndParent, DWORD iButtonDlg, DWORD nPropSel, LPWSTR lpFileName, DWORD nType) |
|
typedef DWORD(APIENTRY * | PF_NPGetDirectoryType) (LPWSTR lpName, LPINT lpType, BOOL bFlushCache) |
|
typedef DWORD(APIENTRY * | PF_NPDirectoryNotify) (HWND hwnd, LPWSTR lpDir, DWORD dwOper) |
|
typedef DWORD(APIENTRY * | PF_NPFMXGetPermCaps) (LPWSTR lpDriveName) |
|
typedef DWORD(APIENTRY * | PF_NPFMXEditPerm) (LPWSTR lpDriveName, HWND hwndFMX, DWORD nDialogType) |
|
typedef DWORD(APIENTRY * | PF_NPFMXGetPermHelp) (LPWSTR lpDriveName, DWORD nDialogType, BOOL fDirectory, LPVOID lpFileNameBuffer, LPDWORD lpBufferSize, LPDWORD lpnHelpContext) |
|
typedef DWORD(APIENTRY * | PF_NPLogonNotify) (PLUID lpLogonId, LPCWSTR lpAuthentInfoType, LPVOID lpAuthentInfo, LPCWSTR lpPreviousAuthentInfoType, LPVOID lpPreviousAuthentInfo, LPWSTR lpStationName, LPVOID StationHandle, LPWSTR *lpLogonScript) |
|
typedef DWORD(APIENTRY * | PF_NPPasswordChangeNotify) (LPCWSTR lpAuthentInfoType, LPVOID lpAuthentInfo, LPCWSTR lpPreviousAuthentInfoType, LPVOID lpPreviousAuthentInfo, LPWSTR lpStationName, LPVOID StationHandle, DWORD dwChangeInfo) |
|
typedef struct _NOTIFYINFO | NOTIFYINFO |
|
typedef struct _NOTIFYINFO * | LPNOTIFYINFO |
|
typedef struct _NOTIFYADD | NOTIFYADD |
|
typedef struct _NOTIFYADD * | LPNOTIFYADD |
|
typedef struct _NOTIFYCANCEL | NOTIFYCANCEL |
|
typedef struct _NOTIFYCANCEL * | LPNOTIFYCANCEL |
|
typedef DWORD(APIENTRY * | PF_AddConnectNotify) (LPNOTIFYINFO lpNotifyInfo, LPNOTIFYADD lpAddInfo) |
|
typedef DWORD(APIENTRY * | PF_CancelConnectNotify) (LPNOTIFYINFO lpNotifyInfo, LPNOTIFYADD lpAddInfo) |
|