Changeset 67287 in vbox
- Timestamp:
- Jun 8, 2017 8:15:47 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115983
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/krnlmod.h
r67284 r67287 98 98 * drivers or userspace clients. 99 99 * 100 * 100 * @returns Number of references held on the kernel module. 101 101 * @param hKrnlModInfo The kernel module information record handle. 102 102 */ … … 106 106 * Returns the name of the kernel module. 107 107 * 108 * 108 * @returns Pointer to the kernel module name. 109 109 * @param hKrnlModInfo The kernel module information record handle. 110 110 */ … … 122 122 * Returns the size of the kernel module. 123 123 * 124 * 124 * @returns Size of the kernel module in bytes. 125 125 * @param hKrnlModInfo The kernel module information record handle. 126 126 */ … … 130 130 * Returns the load address of the kernel module. 131 131 * 132 * 132 * @returns Load address of the kernel module. 133 133 * @param hKrnlModInfo The kernel module information record handle. 134 134 */
Note:
See TracChangeset
for help on using the changeset viewer.