| 
       SetParent  | 
      
       Declare Function Api_SetParent& Lib "user32" Alias "SetParent" (ByVal hWndChild&, ByVal hWndNewParent&)  | 
    
| 
       Declare Function SetParent Lib "user32" Alias "SetParent" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long  | 
    |
| 
       指定された子ウィンドウの親ウィンドウを変更する。  | 
    |
| 
       
      パラメータ  | 
    |