Ignore:
Timestamp:
Aug 3, 2008, 3:58:05 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

ウィンドウ作成関数を親用のCreateFormと子用のCreateに分離。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/api_window.sbp

    r559 r575  
    10681068Const GWL_USERDATA =      -21
    10691069Const GWL_ID =            -12
     1070Const DWL_MSGRESULT = 0
     1071Const DWL_DLGPROC = 4
     1072Const DWL_USER = 8
    10701073#endif
    10711074
     
    10791082Const GWLP_ID =           -12
    10801083
     1084
     1085Const DWLP_MSGRESULT = 0
     1086Const DWLP_DLGPROC = DWLP_MSGRESULT + SizeOf(LRESULT)
     1087Const DWLP_USER = DWLP_DLGPROC + SizeOf(DLGPROC)
    10811088
    10821089#ifdef _WIN64
Note: See TracChangeset for help on using the changeset viewer.