Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a5f510f3
Commit
a5f510f3
authored
Jul 19, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jul 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused file.
parent
027c7a1f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
42 deletions
+0
-42
shpolicy.h
dlls/shell32/shpolicy.h
+0
-42
No files found.
dlls/shell32/shpolicy.h
deleted
100644 → 0
View file @
027c7a1f
/*
* shpolicy.h - contains defs of policy data for SHRestricted
*
* Created 1999 by Ian Schmidt, <ischmidt@cfl.rr.com>
* Up to date as of SHELL32 v4.72 (Win98, Win95 with MSIE 5)
*/
#ifndef __WINE_SHPOLICY_H
#define __WINE_SHPOLICY_H
#define SHELL_MAX_POLICIES 57
#define SHELL_NO_POLICY 0xffffffff
/*
* Note: we don't need pshpack1.h / poppack here because we don't
* rely on structure packing and nothing outside SHRestricted
* accesses this structure.
*/
typedef
struct
tagPOLICYDAT
{
DWORD
polflags
;
/* flags value passed to SHRestricted */
LPSTR
appstr
;
/* application str such as "Explorer" */
LPSTR
keystr
;
/* name of the actual registry key / policy */
DWORD
cache
;
/* cached value or 0xffffffff for invalid */
}
POLICYDATA
,
*
LPPOLICYDATA
;
extern
POLICYDATA
sh32_policy_table
[
SHELL_MAX_POLICIES
];
/* policy functions */
BOOL
WINAPI
SHInitRestricted
(
LPSTR
,
LPSTR
);
#endif
/* __WINE_SHPOLICY_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment