Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
540 B

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1994 - 1997.
//
// File: cshelp.h
//
// Contents: Helper functions for working with the class store
//
// Classes:
//
// Functions: DeletePakcageAndDependants
//
// History: 6-26-1997 stevebl Created
//
//---------------------------------------------------------------------------
HRESULT DeletePackageAndDependants(IClassAdmin * pca, LPOLESTR szName, PACKAGEDETAIL * ppd);