|
|
1.1 ! root 1: /**************************************************************************** ! 2: Microsoft RPC Version 1.0 ! 3: Copyright Microsoft Corp. 1992 ! 4: xmit Example ! 5: ! 6: FILE: xmitu.h ! 7: PURPOSE: Function prototypes for functions in xmitu.c ! 8: ! 9: ! 10: ****************************************************************************/ ! 11: ! 12: DOUBLE_LINK_TYPE * InsertNewNode(short sValue, DOUBLE_LINK_TYPE * pPrevious); ! 13: ! 14: void ArrayWalkProc(DOUBLE_XMIT_TYPE * pArray); ! 15: void ListWalkProc(DOUBLE_LINK_TYPE * pList); ! 16: void * MIDL_user_allocate(size_t len); ! 17: void MIDL_user_free(void * ptr); ! 18: ! 19: void DOUBLE_LINK_TYPE_free_inst (DOUBLE_LINK_TYPE * pList); ! 20: void DOUBLE_LINK_TYPE_free_xmit (DOUBLE_XMIT_TYPE * pSizedArray); ! 21: void DOUBLE_LINK_TYPE_to_xmit (DOUBLE_LINK_TYPE * pList, ! 22: DOUBLE_XMIT_TYPE ** ppArray); ! 23: void DOUBLE_LINK_TYPE_from_xmit (DOUBLE_XMIT_TYPE * pArray, ! 24: DOUBLE_LINK_TYPE * pDblLinkedList); ! 25: ! 26: /* end xmitu.h */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.