IAgentCommandWindow::GetPosition
HRESULT GetPosition(
   long * plLeft,  // address of variable for left edge of Voice Commands Window
   long * plTop    // address of variable for top edge of Voice Commands Window
);
Retrieves the Voice Commands Window's position.
	- Returns S_OK to indicate the operation was successful.
 
- plLeft
 
- Address of a variable that receives the screen coordinate of the left edge of the Voice Commands Window in pixels, relative to the screen origin (upper left).
 
- plTop
 
- Address of a variable that receives the screen coordinate of the top edge of the Voice Commands Window in pixels, relative to the screen origin (upper left).
 
See Also
IAgentCommandWindow::GetSize