ITextDocument::GetSelection method
Gets the active selection.
Syntax
HRESULT GetSelection( ITextSelection **ppSel );
Parameters
- ppSel
-
Type: ITextSelection**
The active selection.
Return value
Type: HRESULT
If the method succeeds, it returns S_OK. If the method fails, it returns one of the following COM error codes. For more information about COM error codes, see Error Handling in COM.
| Return code | Description |
|---|---|
|
Indicates no active selection. |
|
Invalid argument. |
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
- Reference
- ITextDocument
- ITextSelection
- Conceptual
- Text Object Model
Send comments about this topic to Microsoft
Build date: 10/27/2012