Working Example of EditSecurity(...) in C#.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?iso-8859-1?B?S2VyZW0gR/xtcvxrY/w=?=

    #1

    Working Example of EditSecurity(...) in C#.NET

    Hi,

    does someone know or already has implemented a working
    translation of the EditSecurity(.. .) Function of the Windows
    Api?

    This is the original:
    http://msdn.microsoft.com/en-us/libr...18(VS.85).aspx

    Thats a .NET variant, but its pure C++/CLI and hence
    quite useless for me, since i need this in C#:
    http://msdn.microsoft.com/en-us/magazine/cc163832.aspx

    The Problem is the Pointer to the ISecurityInform ation
    Implementation. How can i "implement" this Interface in C#
    an pass it to the function?

    So how do i translate this to C#? Maybe someone did this before
    and can provide some code here?

    Thanks in advance....

    Regards

    Kerem

    --
    -----------------------
    Beste Grüsse / Best regards / Votre bien devoue
    Kerem Gümrükcü
    Latest Project: http://www.codeplex.com/restarts
    Latest Open-Source Projects: http://entwicklung.junetz.de
    -----------------------
    "This reply is provided as is, without warranty express or implied."

Working...