fserv.odl
来自「c语言编程软件vc6.0中文绿色版_vc6.0官方下载」· ODL 代码 · 共 37 行
ODL
37 行
//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996
//
// File: fserv.odl
//
// Contents: File Service Interfaces
//
//------------------------------------------------------------------------
[uuid(OLEDS_IID_IADsFileService),oleautomation, dual]
interface IADsFileService: IADsService
{
PROPERTY_BSTR_RW(Description, DISPID_IADsService_UPPER_BOUND + 1)
PROPERTY_LONG_RW(MaxUserCount, DISPID_IADsService_UPPER_BOUND + 2)
};
[uuid(OLEDS_IID_IADsFileServiceOperations), oleautomation, dual]
interface IADsFileServiceOperations: IADsServiceOperations
{
[id(DISPID_IADsService_UPPER_BOUND + 3)]
HRESULT
Sessions (
[out, retval]IADsCollection **ppSessions
);
[id(DISPID_IADsService_UPPER_BOUND + 4)]
HRESULT
Resources(
[out, retval]IADsCollection **ppResources
);
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?