Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Accelerator table structure. Used by IPreviewHandlerFrame::GetWindowContext.
Syntax
typedef struct PREVIEWHANDLERFRAMEINFO {
HACCEL haccel;
UINT cAccelEntries;
} PREVIEWHANDLERFRAMEINFO;
Members
haccel
Type: HACCEL
A handle to the accelerator table.
cAccelEntries
Type: UINT
The number of entries in the accelerator table.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | shobjidl_core.h (include Shobjidl.h) |