⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 com_cdynews.h

📁 GPS and Web Service using C++ ATLWTL 源代码
💻 H
📖 第 1 页 / 共 5 页
字号:
{
	BSTR AddressLine1;
	BSTR City;
	BSTR StateAbbrev;
	BSTR ZipCode;
	BSTR LicenseKey;
	PlaceInfo GetPlaceIDbyAddressResult;
};

extern __declspec(selectany) const _soapmapentry __CDemographixQuery_GetPlaceIDbyAddress_entries[] =
{

	{
		0xD5CAC95F, 
		"AddressLine1", 
		L"AddressLine1", 
		sizeof("AddressLine1")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetPlaceIDbyAddress_struct, AddressLine1),
		NULL,
		NULL,
		-1,
	},
	{
		0x00268B79, 
		"City", 
		L"City", 
		sizeof("City")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetPlaceIDbyAddress_struct, City),
		NULL,
		NULL,
		-1,
	},
	{
		0x40522853, 
		"StateAbbrev", 
		L"StateAbbrev", 
		sizeof("StateAbbrev")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetPlaceIDbyAddress_struct, StateAbbrev),
		NULL,
		NULL,
		-1,
	},
	{
		0x0CF8612E, 
		"ZipCode", 
		L"ZipCode", 
		sizeof("ZipCode")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetPlaceIDbyAddress_struct, ZipCode),
		NULL,
		NULL,
		-1,
	},
	{
		0xBF4DE04C, 
		"LicenseKey", 
		L"LicenseKey", 
		sizeof("LicenseKey")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetPlaceIDbyAddress_struct, LicenseKey),
		NULL,
		NULL,
		-1,
	},
	{
		0x0851C532, 
		"GetPlaceIDbyAddressResult", 
		L"GetPlaceIDbyAddressResult", 
		sizeof("GetPlaceIDbyAddressResult")-1, 
		SOAPTYPE_UNK, 
		SOAPFLAG_NONE | SOAPFLAG_OUT | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
		offsetof(__CDemographixQuery_GetPlaceIDbyAddress_struct, GetPlaceIDbyAddressResult),
		NULL,
		&__PlaceInfo_map,
		-1,
	},
	{ 0x00000000 }
};

extern __declspec(selectany) const _soapmap __CDemographixQuery_GetPlaceIDbyAddress_map =
{
	0x637EFA02,
	"GetPlaceIDbyAddress",
	L"GetPlaceIDbyAddressResponse",
	sizeof("GetPlaceIDbyAddress")-1,
	sizeof("GetPlaceIDbyAddressResponse")-1,
	SOAPMAP_FUNC,
	__CDemographixQuery_GetPlaceIDbyAddress_entries,
	sizeof(__CDemographixQuery_GetPlaceIDbyAddress_struct),
	1,
	-1,
	SOAPFLAG_NONE | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
	0xE3186EC1,
	"http://ws.cdyne.com/DemographixWS",
	L"http://ws.cdyne.com/DemographixWS",
	sizeof("http://ws.cdyne.com/DemographixWS")-1
};


struct __CDemographixQuery_GetLocationInformationByLatitudeLongitude_struct
{
	double Latitude;
	double Longitude;
	BSTR LicenseKey;
	SummaryInformation GetLocationInformationByLatitudeLongitudeResult;
};

extern __declspec(selectany) const _soapmapentry __CDemographixQuery_GetLocationInformationByLatitudeLongitude_entries[] =
{

	{
		0x64A048BC, 
		"Latitude", 
		L"Latitude", 
		sizeof("Latitude")-1, 
		SOAPTYPE_DECIMAL, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
		offsetof(__CDemographixQuery_GetLocationInformationByLatitudeLongitude_struct, Latitude),
		NULL,
		NULL,
		-1,
	},
	{
		0x10F3F56B, 
		"Longitude", 
		L"Longitude", 
		sizeof("Longitude")-1, 
		SOAPTYPE_DECIMAL, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
		offsetof(__CDemographixQuery_GetLocationInformationByLatitudeLongitude_struct, Longitude),
		NULL,
		NULL,
		-1,
	},
	{
		0xBF4DE04C, 
		"LicenseKey", 
		L"LicenseKey", 
		sizeof("LicenseKey")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetLocationInformationByLatitudeLongitude_struct, LicenseKey),
		NULL,
		NULL,
		-1,
	},
	{
		0x74ABB9C0, 
		"GetLocationInformationByLatitudeLongitudeResult", 
		L"GetLocationInformationByLatitudeLongitudeResult", 
		sizeof("GetLocationInformationByLatitudeLongitudeResult")-1, 
		SOAPTYPE_UNK, 
		SOAPFLAG_NONE | SOAPFLAG_OUT | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
		offsetof(__CDemographixQuery_GetLocationInformationByLatitudeLongitude_struct, GetLocationInformationByLatitudeLongitudeResult),
		NULL,
		&__SummaryInformation_map,
		-1,
	},
	{ 0x00000000 }
};

extern __declspec(selectany) const _soapmap __CDemographixQuery_GetLocationInformationByLatitudeLongitude_map =
{
	0x4E284A10,
	"GetLocationInformationByLatitudeLongitude",
	L"GetLocationInformationByLatitudeLongitudeResponse",
	sizeof("GetLocationInformationByLatitudeLongitude")-1,
	sizeof("GetLocationInformationByLatitudeLongitudeResponse")-1,
	SOAPMAP_FUNC,
	__CDemographixQuery_GetLocationInformationByLatitudeLongitude_entries,
	sizeof(__CDemographixQuery_GetLocationInformationByLatitudeLongitude_struct),
	1,
	-1,
	SOAPFLAG_NONE | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
	0xE3186EC1,
	"http://ws.cdyne.com/DemographixWS",
	L"http://ws.cdyne.com/DemographixWS",
	sizeof("http://ws.cdyne.com/DemographixWS")-1
};


struct __CDemographixQuery_GetNeighborhoodVehiclesPerHouseholdInDataset_struct
{
	BSTR StateAbbr;
	BSTR PlaceID;
	CensusInfoWithDataSet GetNeighborhoodVehiclesPerHouseholdInDatasetResult;
};

extern __declspec(selectany) const _soapmapentry __CDemographixQuery_GetNeighborhoodVehiclesPerHouseholdInDataset_entries[] =
{

	{
		0x12DD84D8, 
		"StateAbbr", 
		L"StateAbbr", 
		sizeof("StateAbbr")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetNeighborhoodVehiclesPerHouseholdInDataset_struct, StateAbbr),
		NULL,
		NULL,
		-1,
	},
	{
		0x113369F2, 
		"PlaceID", 
		L"PlaceID", 
		sizeof("PlaceID")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetNeighborhoodVehiclesPerHouseholdInDataset_struct, PlaceID),
		NULL,
		NULL,
		-1,
	},
	{
		0xBA272699, 
		"GetNeighborhoodVehiclesPerHouseholdInDatasetResult", 
		L"GetNeighborhoodVehiclesPerHouseholdInDatasetResult", 
		sizeof("GetNeighborhoodVehiclesPerHouseholdInDatasetResult")-1, 
		SOAPTYPE_UNK, 
		SOAPFLAG_NONE | SOAPFLAG_OUT | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
		offsetof(__CDemographixQuery_GetNeighborhoodVehiclesPerHouseholdInDataset_struct, GetNeighborhoodVehiclesPerHouseholdInDatasetResult),
		NULL,
		&__CensusInfoWithDataSet_map,
		-1,
	},
	{ 0x00000000 }
};

extern __declspec(selectany) const _soapmap __CDemographixQuery_GetNeighborhoodVehiclesPerHouseholdInDataset_map =
{
	0xE0325129,
	"GetNeighborhoodVehiclesPerHouseholdInDataset",
	L"GetNeighborhoodVehiclesPerHouseholdInDatasetResponse",
	sizeof("GetNeighborhoodVehiclesPerHouseholdInDataset")-1,
	sizeof("GetNeighborhoodVehiclesPerHouseholdInDatasetResponse")-1,
	SOAPMAP_FUNC,
	__CDemographixQuery_GetNeighborhoodVehiclesPerHouseholdInDataset_entries,
	sizeof(__CDemographixQuery_GetNeighborhoodVehiclesPerHouseholdInDataset_struct),
	1,
	-1,
	SOAPFLAG_NONE | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
	0xE3186EC1,
	"http://ws.cdyne.com/DemographixWS",
	L"http://ws.cdyne.com/DemographixWS",
	sizeof("http://ws.cdyne.com/DemographixWS")-1
};


struct __CDemographixQuery_GetNeighborhoodYearStructuresBuilt_struct
{
	BSTR StateAbbr;
	BSTR PlaceID;
	CensusInfoWithDataSet GetNeighborhoodYearStructuresBuiltResult;
};

extern __declspec(selectany) const _soapmapentry __CDemographixQuery_GetNeighborhoodYearStructuresBuilt_entries[] =
{

	{
		0x12DD84D8, 
		"StateAbbr", 
		L"StateAbbr", 
		sizeof("StateAbbr")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetNeighborhoodYearStructuresBuilt_struct, StateAbbr),
		NULL,
		NULL,
		-1,
	},
	{
		0x113369F2, 
		"PlaceID", 
		L"PlaceID", 
		sizeof("PlaceID")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetNeighborhoodYearStructuresBuilt_struct, PlaceID),
		NULL,
		NULL,
		-1,
	},
	{
		0x8788EEAC, 
		"GetNeighborhoodYearStructuresBuiltResult", 
		L"GetNeighborhoodYearStructuresBuiltResult", 
		sizeof("GetNeighborhoodYearStructuresBuiltResult")-1, 
		SOAPTYPE_UNK, 
		SOAPFLAG_NONE | SOAPFLAG_OUT | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
		offsetof(__CDemographixQuery_GetNeighborhoodYearStructuresBuilt_struct, GetNeighborhoodYearStructuresBuiltResult),
		NULL,
		&__CensusInfoWithDataSet_map,
		-1,
	},
	{ 0x00000000 }
};

extern __declspec(selectany) const _soapmap __CDemographixQuery_GetNeighborhoodYearStructuresBuilt_map =
{
	0x8D2669FC,
	"GetNeighborhoodYearStructuresBuilt",
	L"GetNeighborhoodYearStructuresBuiltResponse",
	sizeof("GetNeighborhoodYearStructuresBuilt")-1,
	sizeof("GetNeighborhoodYearStructuresBuiltResponse")-1,
	SOAPMAP_FUNC,
	__CDemographixQuery_GetNeighborhoodYearStructuresBuilt_entries,
	sizeof(__CDemographixQuery_GetNeighborhoodYearStructuresBuilt_struct),
	1,
	-1,
	SOAPFLAG_NONE | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
	0xE3186EC1,
	"http://ws.cdyne.com/DemographixWS",
	L"http://ws.cdyne.com/DemographixWS",
	sizeof("http://ws.cdyne.com/DemographixWS")-1
};


struct __CDemographixQuery_GetIncomeHouseValueByAddress_struct
{
	BSTR AddressLine1;
	BSTR City;
	BSTR StateAbbrev;
	BSTR ZipCode;
	BSTR LicenseKey;
	IncomeAndHouseValue GetIncomeHouseValueByAddressResult;
};

extern __declspec(selectany) const _soapmapentry __CDemographixQuery_GetIncomeHouseValueByAddress_entries[] =
{

	{
		0xD5CAC95F, 
		"AddressLine1", 
		L"AddressLine1", 
		sizeof("AddressLine1")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetIncomeHouseValueByAddress_struct, AddressLine1),
		NULL,
		NULL,
		-1,
	},
	{
		0x00268B79, 
		"City", 
		L"City", 
		sizeof("City")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetIncomeHouseValueByAddress_struct, City),
		NULL,
		NULL,
		-1,
	},
	{
		0x40522853, 
		"StateAbbrev", 
		L"StateAbbrev", 
		sizeof("StateAbbrev")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetIncomeHouseValueByAddress_struct, StateAbbrev),
		NULL,
		NULL,
		-1,
	},
	{
		0x0CF8612E, 
		"ZipCode", 
		L"ZipCode", 
		sizeof("ZipCode")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetIncomeHouseValueByAddress_struct, ZipCode),
		NULL,
		NULL,
		-1,
	},
	{
		0xBF4DE04C, 
		"LicenseKey", 
		L"LicenseKey", 
		sizeof("LicenseKey")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetIncomeHouseValueByAddress_struct, LicenseKey),
		NULL,
		NULL,
		-1,
	},
	{
		0xCF91A5DC, 
		"GetIncomeHouseValueByAddressResult", 
		L"GetIncomeHouseValueByAddressResult", 
		sizeof("GetIncomeHouseValueByAddressResult")-1, 
		SOAPTYPE_UNK, 
		SOAPFLAG_NONE | SOAPFLAG_OUT | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
		offsetof(__CDemographixQuery_GetIncomeHouseValueByAddress_struct, GetIncomeHouseValueByAddressResult),
		NULL,
		&__IncomeAndHouseValue_map,
		-1,
	},
	{ 0x00000000 }
};

extern __declspec(selectany) const _soapmap __CDemographixQuery_GetIncomeHouseValueByAddress_map =
{
	0xFA39AD2C,
	"GetIncomeHouseValueByAddress",
	L"GetIncomeHouseValueByAddressResponse",
	sizeof("GetIncomeHouseValueByAddress")-1,
	sizeof("GetIncomeHouseValueByAddressResponse")-1,
	SOAPMAP_FUNC,
	__CDemographixQuery_GetIncomeHouseValueByAddress_entries,
	sizeof(__CDemographixQuery_GetIncomeHouseValueByAddress_struct),
	1,
	-1,
	SOAPFLAG_NONE | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
	0xE3186EC1,
	"http://ws.cdyne.com/DemographixWS",
	L"http://ws.cdyne.com/DemographixWS",
	sizeof("http://ws.cdyne.com/DemographixWS")-1
};


struct __CDemographixQuery_GetNeighborhoodAgeGenderMaleInDataSet_struct
{
	BSTR StateAbbrev;
	BSTR PlaceID;
	CensusInfoWithDataSet GetNeighborhoodAgeGenderMaleInDataSetResult;
};

extern __declspec(selectany) const _soapmapentry __CDemographixQuery_GetNeighborhoodAgeGenderMaleInDataSet_entries[] =
{

	{
		0x40522853, 
		"StateAbbrev", 
		L"StateAbbrev", 
		sizeof("StateAbbrev")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetNeighborhoodAgeGenderMaleInDataSet_struct, StateAbbrev),
		NULL,
		NULL,
		-1,
	},
	{
		0x113369F2, 
		"PlaceID", 
		L"PlaceID", 
		sizeof("PlaceID")-1, 
		SOAPTYPE_STRING, 
		SOAPFLAG_NONE | SOAPFLAG_IN | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL | SOAPFLAG_NULLABLE,
		offsetof(__CDemographixQuery_GetNeighborhoodAgeGenderMaleInDataSet_struct, PlaceID),
		NULL,
		NULL,
		-1,
	},
	{
		0x7344A155, 
		"GetNeighborhoodAgeGenderMaleInDataSetResult", 
		L"GetNeighborhoodAgeGenderMaleInDataSetResult", 
		sizeof("GetNeighborhoodAgeGenderMaleInDataSetResult")-1, 
		SOAPTYPE_UNK, 
		SOAPFLAG_NONE | SOAPFLAG_OUT | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
		offsetof(__CDemographixQuery_GetNeighborhoodAgeGenderMaleInDataSet_struct, GetNeighborhoodAgeGenderMaleInDataSetResult),
		NULL,
		&__CensusInfoWithDataSet_map,
		-1,
	},
	{ 0x00000000 }
};

extern __declspec(selectany) const _soapmap __CDemographixQuery_GetNeighborhoodAgeGenderMaleInDataSet_map =
{
	0x56996AE5,
	"GetNeighborhoodAgeGenderMaleInDataSet",
	L"GetNeighborhoodAgeGenderMaleInDataSetResponse",
	sizeof("GetNeighborhoodAgeGenderMaleInDataSet")-1,
	sizeof("GetNeighborhoodAgeGenderMaleInDataSetResponse")-1,
	SOAPMAP_FUNC,
	__CDemographixQuery_GetNeighborhoodAgeGenderMaleInDataSet_entries,
	sizeof(__CDemographixQuery_GetNeighborhoodAgeGenderMaleInDataSet_struct),
	1,
	-1,
	SOAPFLAG_NONE | SOAPFLAG_PID | SOAPFLAG_DOCUMENT | SOAPFLAG_LITERAL,
	0xE3186EC1,
	"http://ws.cdyne.com/DemographixWS",
	L"http://ws.cdyne.com/DemographixWS",
	sizeof("http://ws.cdyne.com/DemographixWS")-1
};


struct __CDemographixQuery_GetPlaceIDbyCensusTractAndBlock_struct
{
	BSTR StateAbbrev;
	BSTR CensusTract;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -