WindowsXP/admin/wmi/wbem/xmltransport/client/includes/enumerateinstancenamespacket.h
2025-04-27 07:49:33 -04:00

17 lines
483 B
C++

// EnumerateInstanceNamesPacket.h: interface for the CEnumerateInstanceNamesPacket class.
//
//////////////////////////////////////////////////////////////////////
#ifndef WMI_XML_ENUM_INST_NAME
#define WMI_XML_ENUM_INST_NAME
class CEnumerateInstanceNamesPacket : public CXMLClientPacket
{
public:
HRESULT GetBody(WCHAR **ppwszBody,DWORD *pdwLengthofPacket=NULL);
CEnumerateInstanceNamesPacket(const WCHAR *pwszObjPath,const WCHAR *pwszNameSpace);
};
#endif