Message GIAsearch

File: Common/ExtAPIMessages.msg

C++ definition: click here

Author: Robert Palmer

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

GIASearchAppMessage

Author: Bernhard Heep

Fields:

Name Type Description
searchKey OverlayKey
maxResponses int

Source code:

message GIAsearch extends GIASearchAppMessage
{
   fields:
   	OverlayKey searchKey;
	int maxResponses;
};