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.

GetConfig

The GetConfig method gets the default configuration string for the certificate server. The configuration string is the server name and subname separated by a slash. This configuration string can be used to refer unambiguously to a specific certificate server. Note that this may prompt the user to select the server that they wish to use. (Future functionality.)

[VB] BSTR GetConfig(
  long Flags  
);
 
[JAVA] java.lang.String GetConfig(
  int Flags  
);
 
[C++] HRESULT GetConfig(
  LONG Flags,     // in
  BSTR * pstrOut  // out, return value
);
 

Parameters

[VB][JAVA][C++] Flags
Optional flags (undefined).
[C++] pstrOut
Points to the return value. See Return Values.

Return Values

Returns a string specifying the default configuration.


Share this article: