H A D | odma_lib.hxx | 206 #define NODMSelectDoc(a,b,c) (*(pODMSelectDoc))(a,b,c) argument 207 #define NODMOpenDoc(a,b,c,d) (*(pODMOpenDoc))(a,b,c,d) argument 208 #define NODMSaveDoc(a,b,c) (*(pODMSaveDoc))(a,b,c) argument 209 #define NODMCloseDoc(a,b,c,d,e,f) (*(pODMCloseDoc))(a,b,c,d,e,f) argument 210 #define NODMNewDoc(a,b,c,d,e) (*(pODMNewDoc))(a,b,c,d,e) argument 211 #define NODMSaveAs(a,b,c,d,e,f) (*(pODMSaveAs))(a,b,c,d,e,f) argument 212 #define NODMActivate(a,b,c) (*(pODMActivate))(a,b,c) argument 213 #define NODMGetDocInfo(a,b,c,d,e) (*(pODMGetDocInfo))(a,b,c,d,e) argument 214 #define NODMSetDocInfo(a,b,c,d) (*(pODMSetDocInfo))(a,b,c,d) argument 215 #define NODMGetDMSInfo(a,b,c,d) (*(pODMGetDMSInfo))(a,b,c,d) argument [all …]
|