1lock_sample(3)                  Allegro manual                  lock_sample(3)
2
3
4

NAME

6       lock_sample  - Locks all the memory used by a sample. Allegro game pro‐
7       gramming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void lock_sample(SAMPLE *spl);
14

DESCRIPTION

16       Under DOS, locks all the memory used by a sample.  You  don't  normally
17       need to call this function because load_sample() and create_sample() do
18       it for you.
19
20

SEE ALSO

22       load_sample(3), create_sample(3)
23
24
25
26Allegro                          version 4.2.2                  lock_sample(3)
Impressum