Searched refs:prc (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtextserv.h248 LPCRECT prc,
305 LPRECT prc) PURE;
308 LPRECT prc) PURE;
H A Dcommoncontrols.idl145 [out] RECT* prc);
H A Dcommctrl.h838 RECT *prc; member in struct:_HD_LAYOUT
2694 #define TreeView_GetItemRect(hwnd, hitem, prc, code) \
2695 (*(HTREEITEM *)prc = (hitem), (BOOL)SNDMSG((hwnd), \
2696 TVM_GETITEMRECT, (WPARAM)(code), (LPARAM)(RECT *)(prc)))
3745 #define ListView_GetItemRect(hwnd,i,prc,code) \
3747 ((prc) ? (((RECT*)(prc))->left = (code),(LPARAM)(RECT \
3748 *)(prc)) : (LPARAM)(RECT*)NULL))
3878 #define ListView_GetSubItemRect(hwndLV, iItem, iSubItem, code, prc) \
3880 ((prc)
[all...]
H A Dshdeprecated.idl418 [in, out] RECT *prc);
544 [in, out] RECT* prc);
H A Dtextstor.idl310 [out] RECT *prc,
315 [out] RECT *prc);
H A Dvfw.h549 #define ICDrawWindow(hic, prc) \
550 ICSendMessage(hic, ICM_DRAW_WINDOW, (DWORD_PTR)(LPVOID)(prc), sizeof(RECT))
1415 #define MCIWndGetSource(hWnd,prc) (LONG)MCIWndSM(hWnd,MCIWNDM_GET_SOURCE,0,(LPARAM)(LPRECT)(prc))
1416 #define MCIWndPutSource(hWnd,prc) (LONG)MCIWndSM(hWnd,MCIWNDM_PUT_SOURCE,0,(LPARAM)(LPRECT)(prc))
1418 #define MCIWndGetDest(hWnd,prc) (LONG)MCIWndSM(hWnd,MCIWNDM_GET_DEST,0,(LPARAM)(LPRECT)(prc))
1419 #define MCIWndPutDest(hWnd,prc) (LONG)MCIWndSM(hWnd,MCIWNDM_PUT_DEST,0,(LPARAM)(LPRECT)(prc))
[all...]
H A Dwincodec.idl297 [in] const WICRect *prc,
690 [in, unique] WICRect *prc);
828 [in] const WICRect *prc);
H A Dusp10.h291 HRESULT WINAPI ScriptStringOut(SCRIPT_STRING_ANALYSIS ssa, int iX, int iY, UINT uOptions, const RECT *prc,
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfschain.cpp163 * @param prc The status code variable to set on failure. (Leeps the
166 DECLINLINE(char *) rtVfsChainSpecDupStrN(const char *psz, size_t cch, int *prc) argument
199 *prc = VERR_NO_TMP_MEMORY;
212 * @param prc The status code variable to set on failure. (Leeps the
215 static PRTVFSCHAINELEMSPEC rtVfsChainSpecAddElement(PRTVFSCHAINSPEC pSpec, int *prc) argument
228 *prc = VERR_NO_TMP_MEMORY;
/vbox/include/iprt/
H A Dthread.h356 * @param prc Where to store the return code of the thread. Optional.
358 RTDECL(int) RTThreadWait(RTTHREAD Thread, RTMSINTERVAL cMillies, int *prc);
367 * @param prc Where to store the return code of the thread. Optional.
369 RTDECL(int) RTThreadWaitNoResume(RTTHREAD Thread, RTMSINTERVAL cMillies, int *prc);
/vbox/src/VBox/Runtime/common/misc/
H A Dthread.cpp1155 * @param prc Where to store the return code of the thread. Optional.
1158 static int rtThreadWait(RTTHREAD Thread, RTMSINTERVAL cMillies, int *prc, bool fAutoResume) argument
1174 if (prc)
1175 *prc = pThread->rc;
1218 * @param prc Where to store the return code of the thread. Optional.
1220 RTDECL(int) RTThreadWait(RTTHREAD Thread, RTMSINTERVAL cMillies, int *prc) argument
1222 int rc = rtThreadWait(Thread, cMillies, prc, true);
1236 * @param prc Where to store the return code of the thread. Optional.
1238 RTDECL(int) RTThreadWaitNoResume(RTTHREAD Thread, RTMSINTERVAL cMillies, int *prc) argument
1240 return rtThreadWait(Thread, cMillies, prc, fals
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtextserv.h250 LPCRECT prc,
307 LPRECT prc) PURE;
310 LPRECT prc) PURE;
H A Dcommctrl.h869 RECT *prc; member in struct:_HD_LAYOUT
2747 #define TreeView_GetItemRect(hwnd, hitem, prc, code) \
2748 (*(HTREEITEM *)prc = (hitem), (BOOL)SNDMSG((hwnd), \
2749 TVM_GETITEMRECT, (WPARAM)(code), (LPARAM)(RECT *)(prc)))
3819 #define ListView_GetItemRect(hwnd,i,prc,code) \
3821 ((prc) ? (((RECT*)(prc))->left = (code),(LPARAM)(RECT \
3822 *)(prc)) : (LPARAM)(RECT*)NULL))
3952 #define ListView_GetSubItemRect(hwndLV, iItem, iSubItem, code, prc) \
3954 ((prc)
[all...]
H A Dtextstor.idl301 [out] RECT *prc,
306 [out] RECT *prc);
H A Dvfw.h549 #define ICDrawWindow(hic, prc) \
550 ICSendMessage(hic, ICM_DRAW_WINDOW, (DWORD_PTR)(LPVOID)(prc), sizeof(RECT))
1415 #define MCIWndGetSource(hWnd,prc) (LONG)MCIWndSM(hWnd,MCIWNDM_GET_SOURCE,0,(LPARAM)(LPRECT)(prc))
1416 #define MCIWndPutSource(hWnd,prc) (LONG)MCIWndSM(hWnd,MCIWNDM_PUT_SOURCE,0,(LPARAM)(LPRECT)(prc))
1418 #define MCIWndGetDest(hWnd,prc) (LONG)MCIWndSM(hWnd,MCIWNDM_GET_DEST,0,(LPARAM)(LPRECT)(prc))
1419 #define MCIWndPutDest(hWnd,prc) (LONG)MCIWndSM(hWnd,MCIWNDM_PUT_DEST,0,(LPARAM)(LPRECT)(prc))
[all...]
H A Dwincodec.idl218 [in] const WICRect *prc,
526 [in, unique] WICRect *prc);
664 [in] const WICRect *prc);
H A Dusp10.h267 HRESULT WINAPI ScriptStringOut(SCRIPT_STRING_ANALYSIS ssa, int iX, int iY, UINT uOptions, const RECT *prc,
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp141 IOReturn removeFilter(uintptr_t *puId, int *prc, IOByteCount cbIn, IOByteCount *pcbOut);
872 * @param prc Where to store the return code.
874 * @param pcbOut In/Out - sizeof(*prc).
877 org_virtualbox_VBoxUSBClient::removeFilter(uintptr_t *puId, int *prc, IOByteCount cbIn, IOByteCount *pcbOut) argument
885 || *pcbOut != sizeof(*prc)))
888 (int)cbIn, (int)sizeof(*puId), (int)*pcbOut, (int)sizeof(*prc));
895 *prc = VBoxUSBFilterRemove(m_Process, *puId);
897 Log(("VBoxUSBClient::removeFilter: returns *prc=%d\n", *prc));
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp976 * readable mode. Sets prc if rc is a non-success code.
980 int *prc)
993 if (prc && RT_FAILURE(rc))
994 *prc = rc;
1155 * readable mode. Sets prc if rc is a non-success code.
1159 int *prc)
1170 if (prc && RT_FAILURE(rc))
1171 *prc = rc;
978 toolboxRmReport(const char *pcszMessage, const char *pcszFile, bool fActive, int rc, uint32_t fOutputFlags, int *prc) argument
1157 toolboxMkTempReport(const char *pcszMessage, const char *pcszFile, bool fActive, int rc, uint32_t fOutputFlags, int *prc) argument
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPDrv-freebsd.c526 bool VBOXCALL supdrvOSObjCanAccess(PSUPDRVOBJ pObj, PSUPDRVSESSION pSession, const char *pszObjName, int *prc) argument
531 NOREF(prc);
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrv-os2.cpp392 bool VBOXCALL supdrvOSObjCanAccess(PSUPDRVOBJ pObj, PSUPDRVSESSION pSession, const char *pszObjName, int *prc) argument
397 NOREF(prc);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest.cpp82 static char *MyGetNextSignificantLine(PRTSTREAM pFile, char *pszBuf, size_t cbBuf, uint32_t *piLine, int *prc) argument
93 *prc = rc;
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-os2.cpp437 DECLASM(int) VBoxGuestOS2IOCtlFast(uint16_t sfn, uint8_t iFunction, int32_t *prc) argument
465 *prc = VbgdCommonIoCtlFast(iFunction, &g_DevExt, pSession);
/vbox/src/VBox/Additions/solaris/Mouse/
H A Dvboxms.c1027 * @param prc Where to store the return code. Default is zero. Only
1032 size_t cbBuffer, size_t *pcbData, int *prc);
1041 size_t cbBuffer, size_t *pcbData, int *prc);
1325 size_t cbBuffer, size_t *pcbData, int *prc)
1324 vbmsSolVUIDIOCtl(PVBMSSTATE pState, int iCmd, void *pvData, size_t cbBuffer, size_t *pcbData, int *prc) argument
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c877 * @param prc Where to store the result when returning true.
879 bool VBOXCALL supdrvOSObjCanAccess(PSUPDRVOBJ pObj, PSUPDRVSESSION pSession, const char *pszObjName, int *prc) argument
884 NOREF(prc);

Completed in 213 milliseconds

12