On 2016-09-06 18:47, gedmurphy(a)svn.reactos.org wrote:
> @@ -116,12 +150,21 @@
> InitializeListHead(&Filter->PortList.mList);
> Filter->PortList.mCount = 0;
>
> + /* We got this far, assume success from here */
> + Status = STATUS_SUCCESS;
> +
> /* Check if the caller requested any context data */
> if (Registration->ContextRegistration)
> {
> - // register the context information
> - }
> -
> + /* Register the contexts for this filter */
> + Status = FltpRegisterContexts(Filter, Registration->ContextRegistration);
> + if (NT_SUCCESS(Status))
I think you mean !NT_SUCCESS?
> + {
> + goto Quit;
> + }
> + }
> +
> + /* Check if the caller is registering any callbacks */
> if (Registration->OperationRegistration)
> {
> /* The callback data comes after the fixed struct */
> @@ -162,7 +205,7 @@
> // - More stuff??
> //
>
> -//Quit:
> +Quit:
> if (!NT_SUCCESS(Status))
> {
> // Add cleanup for context resources
Hi Alexander,
All the check-ins were mirrored in our SVN repository branch, and the
official GSOC page has a link to the Wiki.
Best regards,
Alex Ionescu
On Sun, Sep 4, 2016 at 2:57 AM, Alexander Rechitskiy <art1st-tm(a)yandex.ru>
wrote:
> Thank you for prompt answer.
> Me and some other ppl have worried about getting not so much news about
> progress of this project as we expected. I did not know that you have
> decided to use github for final report.
>
> 04.09.2016, 12:47, "Aman Priyadarshi" <aman.eureka(a)gmail.com>:
>
> Hi,
>
> Please read the wiki page
> https://github.com/amaneureka/reactos/wiki/Storahci
>
> Link is also available of GSoC website.
> ᐧ
>
>
> Regards
> *Aman Priyadarshi*
> *www.atomixos.com <http://www.atomixos.com/>*
>
> On Sun, Sep 4, 2016 at 3:07 PM, Alexander Rechitskiy <art1st-tm(a)yandex.ru>
> wrote:
>
>
>
> 04.09.2016, 12:09, "Alexander Rechitskiy" art1st-tm(a)yandex.ru:
>
>
>
> Have we failed this project?
>
>
>
>
> As I know, project was NOT failed! I just wanted to read the final report.
>
> --
> Best regards,
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
> ,
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
>
>
> --
> Best regards,
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
>