Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an application that displays a dialog box when the SLIsGenuineLocal function indicates that an installation is not genuine.
Syntax
typedef struct _tagSL_NONGENUINE_UI_OPTIONS {
DWORD cbSize;
const SLID *pComponentId;
HRESULT hResultUI;
} SL_NONGENUINE_UI_OPTIONS;
Members
cbSize
The size, in bytes, of this structure.
pComponentId
A pointer to an SLID structure that specifies an application that displays a dialog box.
hResultUI
The return value that the SLIsGenuineLocal function returns when an installation is not genuine.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | slpublic.h |