- // If the return values from and to are the same, there is no selection.
- virtual void GetSelection(long* OUTPUT, long* OUTPUT) const;
+
+ DocDeclAStr(
+ virtual void, GetSelection(long* OUTPUT, long* OUTPUT) const,
+ "GetSelection() -> (from, to)",
+ "If the return values from and to are the same, there is no selection.");