[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_CsInit

Overview

Initialize a critical section

Syntax

    void Ns_CsInit(
    Ns_Cs *csPtr 
    );

Description

Initialize the specified critical section. It is recommended that you use a mutex instead of a critical section if possible.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.