| commit | dd9e392796d9a1e7ae1f38c74b2e5a77c6786d65 | [log] [tgz] |
|---|---|---|
| author | Rob Shearman <rob@codeweavers.com> | Wed Oct 24 16:04:42 2007 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 25 12:47:22 2007 +0200 |
| tree | 649a25e27ae7bc316abac0d940a25bf7067fdc38 | |
| parent | 87b15db6172af0497cfea4f1c9baaaec0b94ed1b [diff] [blame] |
server: Use the security descriptor passed in when creating events.
diff --git a/server/security.h b/server/security.h index 5df5887..50fba52 100644 --- a/server/security.h +++ b/server/security.h
@@ -127,3 +127,7 @@ else return NULL; } + +/* determines whether an object_attributes struct is valid in a buffer + * and calls set_error appropriately */ +extern int objattr_is_valid( const struct object_attributes *objattr, data_size_t size );