mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
439 B
27 lines
439 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
NdsApi95.h
|
|
|
|
Abstract:
|
|
|
|
Header for NdsApi95
|
|
|
|
Author:
|
|
|
|
Felix Wong [t-felixw] 23-Sept-1996
|
|
|
|
--*/
|
|
NTSTATUS
|
|
NwNdsResolveNameWin95 (
|
|
IN HANDLE hNdsTree,
|
|
IN PUNICODE_STRING puObjectName,
|
|
OUT DWORD *pdwObjectId,
|
|
OUT HANDLE *pConn,
|
|
OUT PBYTE pbRawResponse,
|
|
IN DWORD dwResponseBufferLen
|
|
);
|
|
|