Home
last modified time | relevance | path

Searched refs:MSICOLINFO (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/msi/
H A Dwinemsi.idl32 typedef int MSICOLINFO;
71 …UINT remote_ViewGetColumnInfo( [in] MSIHANDLE view, [in] MSICOLINFO info, [out] struct wire_record…
H A Dmsiquery.c602 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 Dmsipriv.h875 extern UINT MSI_ViewGetColumnInfo(MSIQUERY *, MSICOLINFO, MSIRECORD **);
/reactos/sdk/include/psdk/
H A Dmsiquery.h38 } MSICOLINFO; typedef
274 UINT WINAPI MsiViewGetColumnInfo(MSIHANDLE, MSICOLINFO, MSIHANDLE*);
/reactos/modules/rostests/winetests/msi/
H A Ddb.c1219 static MSIHANDLE get_column_info(MSIHANDLE hdb, const char *query, MSICOLINFO type) in get_column_info()