Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

Initialize

The Initialize method is called by the Server Engine to allow the policy module to perform initialization tasks. StrConfig will point to the currently active configuration name that the certificate server is running under.

[VB] void Initialize(
  BSTR strConfig  
);
 
[JAVA] void Initialize(
  java.lang.String strConfig  
);
 
[C++] HRESULT Initialize(
  BSTR const strConfig  // in
);
 

Parameters

[VB][JAVA][C++] strConfig
Points to a valid configuration string for the certificate server. See ICertConfig::GetConfig.

Return Values

This method does not return a value.


Share this article: