msigetproductcode
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
i wish to show user-name and product code in the about dialog box. the function used for this task is msigetproductcode() and msigetproductinfo(), could you please tell me, exactly what parameters should i pass into the function. the prototype is UINT MsiGetProductCode( LPCTSTR szComponent, LPTSTR lpProductBuf ); what does this szComponent refer to and what value should i pass. never say die