KasperskyOS Community Edition 1.1
Contents
Contents
KnCmDrop()
This function is declared in the coresrv/cm/cm_api.h
file.
Retcode KnCmDrop(const char *client, const char *service);
This function rejects the client process channel creation request that was previously received using the KnCmListen()
call. This function is called by the server process.
Parameters:
client
is the name of the client process that sent the request to create the channel.service
is the fully qualified name of the endpoint requested by the client process (for example,blkdev.ata
).
If successful, the function returns rcOk, otherwise it returns an error code.
Page top