Skip to content

Support x86 Preview Handlers on x64 #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dwmkerr opened this issue Nov 21, 2014 · 1 comment
Closed

Support x86 Preview Handlers on x64 #58

dwmkerr opened this issue Nov 21, 2014 · 1 comment
Milestone

Comments

@dwmkerr
Copy link
Owner

dwmkerr commented Nov 21, 2014

See: http://msdn.microsoft.com/en-us/library/windows/desktop/cc144144%28v=vs.85%29.aspx

The AppID value gives a reference to the AppID of the application associated with the file name extension (stored under HKEY_CLASSES_ROOT\APPID. The value used here—{6d2b5079-2f0b-48dd-ab7f-97cec514d30b}—is the ID of the Prevhost.exe surrogate host. 32-bit preview handlers should use AppID {534A1E02-D58F-44f0-B58B-36CBED287C7C} when installed on 64-bit operating systems.

@dwmkerr dwmkerr added this to the Release 2.2 milestone Nov 22, 2014
@dwmkerr dwmkerr closed this as completed Nov 22, 2014
@dwmkerr
Copy link
Owner Author

dwmkerr commented Nov 22, 2014

Supported with the SurrogateHostType.Prevhost32On64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant