CVROverlay.GetKeyboardText(StringBuilder, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::UInt32 GetKeyboardText(System::Text::StringBuilder ^ pchText, System::UInt32 cchText);
public uint GetKeyboardText (System.Text.StringBuilder pchText, uint cchText);
member this.GetKeyboardText : System.Text.StringBuilder * uint32 -> uint32
Public Function GetKeyboardText (pchText As StringBuilder, cchText As UInteger) As UInteger
Parameters
- pchText
- StringBuilder
- cchText
- UInt32