[ros-dev] [ros-diffs] [cgutman] 41399: - Implement NdisGeneratePartialCancelId

Aleksey Bragin aleksey at reactos.org
Sun Jun 14 20:51:50 CEST 2009


On Jun 13, 2009, at 9:25 AM, cgutman at svn.reactos.org wrote:

> Author: cgutman
> Date: Sat Jun 13 09:25:54 2009
> New Revision: 41399
> +UCHAR
> +EXPORT
> +NdisGeneratePartialCancelId(VOID)
> +{
> +    static UCHAR CancelId = 0;
> +
> +    CancelId++;

I don't think using static var for this purpose is a great idea.


WBR,
Aleksey Bragin.


More information about the Ros-dev mailing list