Re: Outlook-friendly stub for CreatePrivateObjectSecurity
Nick Sukharev wrote: > >Tab characters fixed. You need to resubmit as [Try 2] if you make a correction in the future in a new message, please. James McKenzie
Re: Outlook-friendly stub for CreatePrivateObjectSecurity
Nick Sukharev wrote: > +if (!InitializeSecurityDescriptor(*NewDescriptor, > SECURITY_DESCRIPTOR_REVISION)) { > + HeapFree(GetProcessHeap(), 0, *NewDescriptor); > +return FALSE; > +} You are mixing tabs and spaces. -- Dmitry.