Re: Re: Getting RAS_LINKS info from C#

Home Forums Discussions Support Getting RAS_LINKS info from C# Re: Re: Getting RAS_LINKS info from C#

#6960
Vadim Smirnov
Keymaster

    When driver receives the memory block it checks if it has the correct size before filling it with data. If you shrinked the RAS_LINKS structure and passed smaller memory block to driver then it just has failed the operation. Is there a problem in C# with allocating large block of unmanaged memory?