MzApp.h文件参考

#include "mzfcdll.h"
#include "MzString.h"

组合类型

class  CMzApp
 MZFC application base class.
  • if you write an application with MZFC library, please derive your application class from CMzApp.
更多...

函数

MZFC_API MzThreadState * GetMzThreadState ()
MZFC_API BOOL IsMessageFilter (MSG *pMsg)
MZFC_API void MzBeginDisableMouse ()
MZFC_API void MzCancelQuit ()
 Cancel the application's quit. After you call this API, the subsequent message loop will not exit.
MZFC_API void MzEndDisableMouse ()
MZFC_API CMzAppMzGetApp ()
 get the global application's pointer
MZFC_API UINT MzGetHomeKeyMessage ()
 get the shell home key's message value
MZFC_API HINSTANCE MzGetInstanceHandle ()
 get the global process's instance handle
MZFC_API BOOL MzIsDisableMouse ()
MZFC_API BOOL MzPumpMessage (MSG *pMsg)
MZFC_API void MzSetDisableMouseTick ()

函数文档

MZFC_API MzThreadState* GetMzThreadState (  ) 

MZFC_API BOOL IsMessageFilter ( MSG *  pMsg  ) 

MZFC_API void MzBeginDisableMouse (  ) 

Mistake-Mouse-Operation-Preventing API: When a peace of code will take up more than seconds'time, you may call MzBeginDisableMouse() before that peace of code, and call MzSetDisableMouseTick() after that peace of code.

MZFC_API void MzCancelQuit (  ) 

Cancel the application's quit. After you call this API, the subsequent message loop will not exit.

MZFC_API void MzEndDisableMouse (  ) 

MZFC_API CMzApp* MzGetApp (  ) 

get the global application's pointer

MZFC_API UINT MzGetHomeKeyMessage (  ) 

get the shell home key's message value

MZFC_API HINSTANCE MzGetInstanceHandle (  ) 

get the global process's instance handle

MZFC_API BOOL MzIsDisableMouse (  ) 

MZFC_API BOOL MzPumpMessage ( MSG *  pMsg  ) 

MZFC_API void MzSetDisableMouseTick (  ) 

Mistake-Mouse-Operation-Preventing API: When a peace of code will take up more than seconds'time, you may call MzBeginDisableMouse() before that peace of code, and call MzSetDisableMouseTick() after that peace of code.


Generated at Fri Feb 20 15:17:30 2009 for Meizu M8 MZFC Documentation by 魅族手机