Changeset 57978 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Sep 30, 2015 7:39:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r57916 r57978 111 111 * caller must also check if any of the necessary APIs are NULL pointers. 112 112 * @{ */ 113 /** Init once structure for run-as-user functions we need. .*/113 /** Init once structure for run-as-user functions we need. */ 114 114 static RTONCE g_rtProcWinResolveOnce = RTONCE_INITIALIZER; 115 115 /* kernel32.dll: */ … … 1154 1154 * 1155 1155 * @returns true on success, false on failure. 1156 * @param h WinStation The window station.1156 * @param hDesktop The desktop handle. 1157 1157 * @param pSid The SID. 1158 1158 */
Note:
See TracChangeset
for help on using the changeset viewer.