blob: a3e0474abd2a85527806f8a243adfb4024ceb309 (
plain) (
tree)
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
#include "stdafx.h"
#include "wmpdvd.h"
/////////////////////////////////////////////////////////////////////////////
// CWMPDVD properties
/////////////////////////////////////////////////////////////////////////////
// CWMPDVD operations
BOOL CWMPDVD::GetIsAvailable(LPCTSTR bstrItem)
{
BOOL result;
static BYTE parms[] =
VTS_BSTR;
InvokeHelper(0x3e9, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, parms,
bstrItem);
|