Searched refs:MSICOLINFO (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | winemsi.idl | 32 typedef int MSICOLINFO; 71 …UINT remote_ViewGetColumnInfo( [in] MSIHANDLE view, [in] MSICOLINFO info, [out] struct wire_record…
|
H A D | msiquery.c | 602 UINT MSI_ViewGetColumnInfo( MSIQUERY *query, MSICOLINFO info, MSIRECORD **prec ) in MSI_ViewGetColumnInfo() 641 UINT WINAPI MsiViewGetColumnInfo( MSIHANDLE hView, MSICOLINFO info, MSIHANDLE *hRec ) in MsiViewGetColumnInfo() 1230 UINT __cdecl s_remote_ViewGetColumnInfo(MSIHANDLE view, MSICOLINFO info, struct wire_record **rec) in s_remote_ViewGetColumnInfo()
|
H A D | msipriv.h | 875 extern UINT MSI_ViewGetColumnInfo(MSIQUERY *, MSICOLINFO, MSIRECORD **);
|
/reactos/sdk/include/psdk/ |
H A D | msiquery.h | 38 } MSICOLINFO; typedef 274 UINT WINAPI MsiViewGetColumnInfo(MSIHANDLE, MSICOLINFO, MSIHANDLE*);
|
/reactos/modules/rostests/winetests/msi/ |
H A D | db.c | 1219 static MSIHANDLE get_column_info(MSIHANDLE hdb, const char *query, MSICOLINFO type) in get_column_info()
|