⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fserv.odl

📁 c语言编程软件vc6.0中文绿色版_vc6.0官方下载
💻 ODL
字号:
//+-------------------------------------------------------------------------
//
//  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -