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

Ns_InitializeCriticalSection

Overview

Initialize a critical section

Syntax

    int Ns_InitializeCriticalSection(
    Ns_CriticalSection * section
    );

Description

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

Ns_CsInit is the preferred function for initializing a critical section.

Top of Page

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