ADMIN_ObjectInfo
The ADMIN_ObjectInfo structure contains information about the environment of an Administrator extension DLL.
Quick Info
typedef struct
{
LPWSTR szComputerName;
LPWSTR szDistinguishedName;
LPWSTR szDNHomeMDB;
LPWSTR szDNHomeMTA;
LCID lcid
UINT uObjectID
HFONT hfontDialog;
} ADMIN_ObjectInfo;
Members
-
szComputerName
-
Name of the server on which the gateway runs, when applicable.
-
szDistinguishedName
-
Distinguished name of the object administered.
-
szDNHomeMDB
-
Distinguished name of the home server running the Microsoft Exchange Server information store.
-
szDNHomeMTA
-
Distinguished name of the home server running the message transport agent.
-
lcid
-
An identifier that indicates where the Microsoft Exchange Server Administrator program is running. Valid values are defined in WINNT.H.
-
uObjectID
-
Object identifier code. Valid values are:
-
ObjID_UK
-
UnKnown
-
ObjID_DSFirst
-
First Directory Service DOC
-
ObjID_EP
-
Organization
-
ObjID_DM
-
Domain (Site)
-
ObjID_CT
-
Container
-
ObjID_SV
-
Server
Recipients
-
ObjID_MR
-
Mail Recipients
-
ObjID_MB
-
Mailbox
-
ObjID_DL
-
Distribution List
-
ObjID_RR
-
Remote Recipient
-
ObjID_PF
-
Public Folder
-
ObjID_MA
-
Mail Agent
Connections
-
ObjID_GW
-
Gateway
-
ObjID_MGW
-
Microsoft Mail Connector
-
ObjID_DXAREQ
-
Directory Transfer Agent requestor (was Remote DXA)
-
ObjID_DXASV
-
Directory Transfer Agent Site server
-
ObjID_DXACONN
-
Directory Transfer Agent Server Connection
-
ObjID_ISC
-
Site Connection
-
ObjID_LNKRAS
-
Dynamic RAS Connector
-
ObjID_LNKTCP
-
TCP (RFC1006) X.400 Connector
-
ObjID_LNKTP4
-
TP4 X.400 Connector
-
ObjID_LNKX25
-
X.25 X.400 Connector
-
ObjID_DRC
-
Directory Replication Connector
Server Objects
-
ObjID_MTA
-
MTA
-
ObjID_DSA
-
Directory Service Agent
-
ObjID_LDSA
-
Local Directory Service Agent
-
ObjID_MDB
-
Information Store
-
ObjID_PMDB
-
Public Information Store
-
ObjID_LDXA
-
Local Directory Transfer Agent
-
ObjID_SAA
-
System Attendant
-
ObjID_STKRAS
-
RAS MTA Transport Stack
-
ObjID_STKTCP
-
TCP (RFC1006) MTA Transport Stack
-
ObjID_STKTP4
-
TP4 MTA Transport Stack
-
ObjID_STKX25
-
X.25 MTA Transport Stack
Monitor Configurations
-
ObjID_MSV
-
Monitoring Server Configuration (DS)
-
ObjID_MLK
-
Monitoring Link Configuration (DS)
Templates
-
ObjID_ATP
-
Address Type
-
ObjID_ATL
-
Address Template
-
ObjID_DTL
-
Display Template
Schema Objects
-
ObjID_Schema
-
The Schema container (DMD)
-
ObjID_SchemaAttr
-
Schema Attribute
-
ObjID_SchemaObj
-
Schema Object
-
hfontDialog
-
A handle to the font being used by the Administrator program.
See Also
DeInstallExtensionProc, InitSheetProc