1AuKillClient(3)            Library Functions Manual            AuKillClient(3)
2
3
4

Name

6       AuKillClient - destroy a client or its remaining resources
7

Synopsis

9       #include <audio/audiolib.h>
10
11       void AuKillClient(server, resource, status)
12           AuServer *server;
13           AuID resource;
14           AuStatus *status; /* RETURN */
15

Arguments

17       server    Specifies the connection to the audio server.
18
19       resource  Specifies  the  resource associated with the client to be de‐
20                 stroyed or the constant AuCloseDownDestroy.
21
22       status    If non-NULL, flush the output buffer and  return  the  status
23                 from the server.
24

Description

26       AuKillClient  forces  a close-down of the client that created resource.
27       If the client has already terminated in either  AuCloseDownRetainPerma‐
28       nent  or AuCloseDownRetainTemporary mode, all of the client's resources
29       are destroyed.  If resource is AuCloseDownDestroy, the resources of all
30       clients  that  have  terminated  in  AuCloseDownRetainTemporary are de‐
31       stroyed.
32

Errors

34       AuBadValue.
35

See Also

37       AuSetCloseDownMode.
38
39       audiolib - Network Audio System C Language Interface
40
41
42
43audiolib - client connections        1.9.5                     AuKillClient(3)
Impressum