|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HWND | |
|---|---|
| com.moesol.bindings.platform_sdk.component_services | Java bindings for Microsoft PlatformSDK Component Services. |
| com.moesol.bindings.platform_sdk.windows_api | |
| com.moesol.ui | |
| Uses of HWND in com.moesol.bindings.platform_sdk.component_services |
|---|
| Methods in com.moesol.bindings.platform_sdk.component_services with parameters of type HWND | |
|---|---|
static int |
COM.OleCreatePropertyFrame(HWND hwndOwner,
int x,
int y,
String lpszCaption,
IUnknown[] objects,
GUID[] lpPageClsID,
int lcid,
int dwReserved,
Object lpvReserved)
|
| Uses of HWND in com.moesol.bindings.platform_sdk.windows_api |
|---|
| Methods in com.moesol.bindings.platform_sdk.windows_api with parameters of type HWND | |
|---|---|
static boolean |
PlatformSDK.GetMessage(MSG lpMsg,
HWND hWnd,
int wMsgFilterMin,
int wMsgFilterMax)
See PlatformSDK: GetMessage |
static void |
PlatformSDK.PostMessage(HWND hWnd,
int Msg,
int wParam,
int lParam)
See PlatformSDK: PostMessage |
static void |
PlatformSDK.PostMessage(HWND hWnd,
int Msg,
int wParam,
Object lParam)
Post a message to a window that references a java object. |
static int |
PlatformSDK.SendMessage(HWND hWnd,
int Msg,
int wParam,
int lParam)
See PlatformSDK: SendMessage |
static int |
PlatformSDK.SendMessage(HWND hWnd,
int Msg,
int wParam,
Object lParam)
See PlatformSDK: SendMessage |
| Uses of HWND in com.moesol.ui |
|---|
| Constructors in com.moesol.ui with parameters of type HWND | |
|---|---|
JEmbeddedFrame(HWND hwnd)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||