NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RegistrationServices.RegisterTypeForComClients

[To be supplied.]

[Visual Basic]
Public Shared Sub RegisterTypeForComClients( _
   ByVal type As Type, _
   ByRef g As Guid _
)
[C#]
public static void RegisterTypeForComClients(
   Type type,
   ref Guid g
);
[C++]
public: static void RegisterTypeForComClients(
   Type* type,
   Guid** g
);
[JScript]
public static function RegisterTypeForComClients(
   type : Type,
   g : Guid
);

Parameters

type
[To be supplied.]
g
[To be supplied.]

See Also

RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace