Changeset 47051 in vbox for trunk/include/iprt
- Timestamp:
- Jul 9, 2013 12:15:44 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/localipc.h
r47009 r47051 4 4 5 5 /* 6 * Copyright (C) 2006-201 0Oracle Corporation6 * Copyright (C) 2006-2013 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 76 76 /** @name RTLocalIpcServerCreate flags 77 77 * @{ */ 78 /** The server can handle multiple session . */78 /** The server can handle multiple sessions. */ 79 79 #define RTLOCALIPC_FLAGS_MULTI_SESSION RT_BIT_32(0) 80 80 /** The mask of valid flags. */ … … 151 151 * @param pvBuffer Where to store the data. 152 152 * @param cbBuffer If pcbRead is non-NULL this indicates the maximum number of 153 * bytes to read. If pcbRead is NULL the this is the exact number153 * bytes to read. If pcbRead is NULL then this is the exact number 154 154 * of bytes to read. 155 155 * @param pcbRead Optional argument for indicating a partial read and returning
Note:
See TracChangeset
for help on using the changeset viewer.