The COSERVERINFO class of the com.ms.com package identifies a remote computer resource to the new or enhanced activation functions.
Note The COSERVERINFO class was added as of versions 2925 through 3167 of the Microsoft virtual machine.
public class COSERVERINFO { // Members public int dwReserved1; public String pwszName; public COAUTHINFO pAuthInfo; public int dwReserved2; }
dwReserved1 | Reserved for future use. Must be 0 (zero). |
pwszName | The pointer to the name of the computer to be used. |
pAuthInfo | Set to a pointer to a COAUTHINFO data type to override the default activation security for remote computer activations. Otherwise, set to NULL to indicate that default values should be used. |
dwReserved2 | Reserved for future use. Must be 0 (zero). |