[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinApiAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static IntPtr FindWindowByCaption(
IntPtr ZeroOnly,
string lpWindowName
)
public static IntPtr FindWindowByCaption(
IntPtr ZeroOnly,
string lpWindowName
)
Public Shared Function FindWindowByCaption (
ZeroOnly As IntPtr,
lpWindowName As String
) As IntPtr
Public Shared Function FindWindowByCaption (
ZeroOnly As IntPtr,
lpWindowName As String
) As IntPtr
public:
static IntPtr FindWindowByCaption(
IntPtr ZeroOnly,
String^ lpWindowName
)
public:
static IntPtr FindWindowByCaption(
IntPtr ZeroOnly,
String^ lpWindowName
)
static member FindWindowByCaption :
ZeroOnly : IntPtr *
lpWindowName : string -> IntPtrstatic member FindWindowByCaption :
ZeroOnly : IntPtr *
lpWindowName : string -> IntPtrReturn Value
Type:
IntPtr