fshare.odl
来自「vc6.0完整版」· ODL 代码 · 共 21 行
ODL
21 行
//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996
//
// File: fshare.odl
//
// Contents: File Share Interfaces
//
//------------------------------------------------------------------------
[uuid(OLEDS_IID_IADsFileShare),oleautomation, dual]
interface IADsFileShare: IADs
{
PROPERTY_LONG_RO(CurrentUserCount, DISPID_IADs_UPPER_BOUND + 1)
PROPERTY_BSTR_RW(Description, DISPID_IADs_UPPER_BOUND + 2)
PROPERTY_BSTR_RW(HostComputer, DISPID_IADs_UPPER_BOUND + 3)
PROPERTY_BSTR_RW(Path, DISPID_IADs_UPPER_BOUND + 4)
PROPERTY_LONG_RW(MaxUserCount, DISPID_IADs_UPPER_BOUND + 5)
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?