FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 FCGetPrivGroups
ホーム • Customization Tools • FCAS • Language Reference • FCGetPrivGroups
 
Purpose
Returns the FirstClass server's privilege group list into the FCPrivGroup array.
FCGetPrivGroups returns an integer indicating the total number of privilege groups in the current FirstClass server.
After calling FCGetPrivGroups, an application can access the FCPrivGroup array to return the names of the server's privilege groups.
Syntax
FCGetPrivGroups
Example
Sub Main()
        Dim i As Integer
        Dim NumGroups As Integer
        NumGroups = FCGetPrivGroups
        MsgBox(FCPrivGroup(1))
End Sub

 

Copyright(C) 2002-2011 FC Management Co. All Rights Reserved