Windows API Calls for Powerbuilder 5.0

¹®Á¦

GetSystemMenu( )

ÇØ°á

This function allows the application to access the system or window menu for copying and modifying. There is no Powerbuilder equivalent.

Global External Function:
FUNCTION boolean GetSystemMenu(ulong mhandle, boolean flag) LIBRARY "user32.dll"

Script:
boolean flag
ulong l_handle, m_handle
l_handle = handle(w_main)
flag = false
m_handle = GetSystemMenu(l_handle, flag)
Messagebox("Return Code", string(m_handle))

 

ÂüÁ¶