3
votes
Determine Genuine Windows Installation using Delphi
The Road to Delphi
– Starting with Windows Vista , Microsoft introduces the The Software Licensing API (SLAPI), this API can be used to determine a genuine Microsoft Windows installation. So using the SLIsGenuineLocal function you can check if your app is running in a genuine Windows installation. This is the definition of the function HRESULT WINAPI SLIsGenuineLocal( __in const SLID *pAppId, __out SL_GENUINE_STATE *pGenuineState, __inout_opt SL_NONGENUINE_UI_OPTIONS *pUIOptions ); The use of this funtion is very easy, only you must pass the GUID (Application Id) of Windows ...
Statistics
|
Visits by Source |
User Actions |




