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.


© 1997 by Microsoft Corporation. All rights reserved.