There is rarely a good reason to use this method.
Visual Basic (Declaration) | |
---|---|
Public Function CloneGroup( _ ByVal Name As String, _ ByRef riid As Guid, _ ByRef ppUnk As Object _ ) As Integer |
Parameters
- Name
- Name of the group. The name must be unique among the other groups created by this client. If no name is provided (szName is a pointer to a NULL string) the server will generate a unique name. The server generated name will also be unique relative to any existing public groups.
- riid
- requested interface type.
- ppUnk
- place to return interface pointer. NULL is returned for any HRESULT other than S_OK