windows-nt/Source/XPSP1/NT/com/ole32/cs/csadmin/appmgr/cshelp.h

19 lines
540 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+--------------------------------------------------------------------------
//
// 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);