Window2.Attach 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.
Overloads
Attach(Int32) |
Microsoft Internal Use Only. |
Attach(IntPtr) |
Attach(Int32)
Microsoft Internal Use Only.
public:
void Attach(int lWindowHandle);
public:
void Attach(int lWindowHandle);
void Attach(int lWindowHandle);
[System.Runtime.InteropServices.DispId(119)]
[System.Runtime.InteropServices.TypeLibFunc(65)]
public void Attach (int lWindowHandle);
[<System.Runtime.InteropServices.DispId(119)>]
[<System.Runtime.InteropServices.TypeLibFunc(65)>]
abstract member Attach : int -> unit
Public Sub Attach (lWindowHandle As Integer)
Parameters
- lWindowHandle
- Int32
Implements
- Attributes
Applies to
Attach(IntPtr)
public:
void Attach(IntPtr lWindowHandle);
[System.Runtime.InteropServices.DispId(119)]
[System.Runtime.InteropServices.TypeLibFunc(65)]
public void Attach (IntPtr lWindowHandle);
[<System.Runtime.InteropServices.DispId(119)>]
[<System.Runtime.InteropServices.TypeLibFunc(65)>]
abstract member Attach : nativeint -> unit
Public Sub Attach (lWindowHandle As IntPtr)
Parameters
- lWindowHandle
-
IntPtr
nativeint
Implements
- Attributes