Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes an object pool.
Syntax
HRESULT Initialize(
[in] IUnknown *pPoolConfig
);
Parameters
[in] pPoolConfig
An object supporting the IServicePoolConfig interface that describes the configuration of the object pool.
Return value
This method can return the following values.
| Return code | Description |
|---|---|
|
The method completed successfully. |
|
Initialize has already been called. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional with SP4, Windows XP with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
| Target Platform | Windows |
| Header | comsvcs.h |