הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Sets the shape of the cursor in the text host window.
Syntax
HCURSOR TxSetCursor2(
HCURSOR hcur,
BOOL bText
);
Parameters
hcur
Type: HCURSOR
The new cursor shape.
bText
Type: BOOL
TRUE if the cursor is used for text, or FALSE if not.
Return value
Type: HCURSOR
Returns the cursor that hcur is replacing.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Target Platform | Windows |
| Header | textserv.h |
| DLL | Msftedit.dll |