Commit 54d3060a authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

wtypes.idl: Add size attribute to a void pointer.

parent 1d453ab5
......@@ -135,7 +135,7 @@ typedef struct _SECURITY_DESCRIPTOR {
typedef struct _SECURITY_ATTRIBUTES
{
DWORD nLength;
LPVOID lpSecurityDescriptor;
[size_is(nLength)] LPVOID lpSecurityDescriptor;
BOOL bInheritHandle;
} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment