windows-nt/Source/XPSP1/NT/ds/nw/fpnw/idl/ncpsvc.acf
2020-09-26 16:20:57 +08:00

20 lines
712 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[ implicit_handle( handle_t ncpsvc_handle )]
interface ncpsvc
{
typedef [allocate(all_nodes)] PNWSERVERINFO;
typedef [allocate(all_nodes)] PNWVOLUMEINFO;
typedef [allocate(all_nodes)] PNWCONNECTIONINFO;
typedef [allocate(all_nodes)] PNWVOLUMECONNINFO;
typedef [allocate(all_nodes)] PNWFILEINFO;
typedef [allocate(all_nodes)] PFPNWSERVERINFO;
typedef [allocate(all_nodes)] PFPNWVOLUMEINFO;
typedef [allocate(all_nodes)] PFPNWCONNECTIONINFO;
typedef [allocate(all_nodes)] PFPNWVOLUMECONNINFO;
typedef [allocate(all_nodes)] PFPNWFILEINFO;
typedef [allocate(all_nodes)] PFPNWVOLUMEINFO_2;
typedef [allocate(all_nodes)] PFPNWVOLUMEINFO_2_I;
typedef [allocate(all_nodes)] LPVOLUME_INFO;
}