ti.h

来自「RVGatekeeper SIP SDK」· C头文件 代码 · 共 39 行

H
39
字号
/************************************************************************************NOTICE:This document contains information that is proprietary to RADVision LTD..No part of this publication may be reproduced in any form whatsoever without written prior approval by RADVision LTD..RADVision LTD. reserves the right to revise this publication and make changes without obligation to notify any person of such revisions or changes.************************************************************************************//*  ti.h  Ron S. 29 Nov. 1995  Revised 18 Aug. 1996 by ron.    Low level timing mechanism.  Machine dependant.  Handle ONE timer.  Repeated called to timerSet will override the previous calls.  timeout interval is in mili-seconds.*/#ifndef _TIH_#define _TIH_#include <rvcommon.h>RVAPI UINT32 CALLCONV timerGetTimeInMilliseconds(void);RVAPI UINT32 CALLCONV timerGetTimeInSeconds(void);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?