?? ftps_8h.html
字號(hào):
<td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Send the first packet of a folder listing. <p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>ftps</em> </td><td>FTPS Session Handle. </td></tr> <tr><td></td><td valign=top><em>size_packet</em> </td><td>Length of this packet </td></tr> <tr><td></td><td valign=top><em>packet</em> </td><td>The first packet </td></tr> <tr><td></td><td valign=top><em>totalLen</em> </td><td>Total length of the folder listing </td></tr> <tr><td></td><td valign=top><em>onlyPacket</em> </td><td>Is this the only packet to transfer.</td></tr> </table></dl>If data is in a VM Source (e.g. from the filesystem), FtpsGetFolderFirstPacketSource should be used instead of FtpsGetFolderFirstPacket.<p>This function should be called on receipt of a FTPS_GETFOLDER_START_IND message. A FTPS_GETFOLDER_DATA_IND message will be received to request the next packet. A FTPS_GETFOLDER_COMPLETE_IND message will be received after sending the final packet. </td> </tr></table><a class="anchor" name="a29" doxytag="ftps.h::FtpsGetFolderNextPacket" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void FtpsGetFolderNextPacket </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="ftps_8h.html#a1">FTPS</a> * </td> <td class="mdname" nowrap> <em>ftps</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a> </td> <td class="mdname" nowrap> <em>size_packet</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> * </td> <td class="mdname" nowrap> <em>packet</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a9">bool</a> </td> <td class="mdname" nowrap> <em>lastPacket</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Send the next packet of a folder listing. <p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>ftps</em> </td><td>FTPS Session Handle. </td></tr> <tr><td></td><td valign=top><em>size_packet</em> </td><td>Length of this packet </td></tr> <tr><td></td><td valign=top><em>packet</em> </td><td>The next packet </td></tr> <tr><td></td><td valign=top><em>lastPacket</em> </td><td>Is this the last packet to transfer.</td></tr> </table></dl>If data is in a VM Source (e.g. from the filesystem), FtpsGetFolderNextPacketSource should be used instead of FtpsGetFolderNextPacket.<p>This function should be called on receipt of a FTPS_GETFOLDER_DATA_IND message. A FTPS_GETFOLDER_DATA_IND message will be received to request the next packet. A FTPS_GETFOLDER_COMPLETE_IND message will be received after sending the final packet. </td> </tr></table><a class="anchor" name="a30" doxytag="ftps.h::FtpsGetFolderFirstPacketSource" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void FtpsGetFolderFirstPacketSource </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="ftps_8h.html#a1">FTPS</a> * </td> <td class="mdname" nowrap> <em>ftps</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a> </td> <td class="mdname" nowrap> <em>size_packet</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap><a class="el" href="source___8h.html#a0">Source</a> </td> <td class="mdname" nowrap> <em>src</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a3">uint32</a> </td> <td class="mdname" nowrap> <em>totalLen</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a9">bool</a> </td> <td class="mdname" nowrap> <em>onlyPacket</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Send the first packet of a folder listing. <p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>ftps</em> </td><td>FTPS Session Handle. </td></tr> <tr><td></td><td valign=top><em>size_packet</em> </td><td>Length of this packet </td></tr> <tr><td></td><td valign=top><em>src</em> </td><td>The source containing the packet </td></tr> <tr><td></td><td valign=top><em>totalLen</em> </td><td>Total length of the folder listing </td></tr> <tr><td></td><td valign=top><em>onlyPacket</em> </td><td>Is this the only packet to transfer.</td></tr> </table></dl>This function should be called on receipt of a FTPS_GETFOLDER_START_IND message. A FTPS_GETFOLDER_DATA_IND message will be received to request the next packet. A FTPS_GETFOLDER_COMPLETE_IND message will be received after sending the final packet. </td> </tr></table><a class="anchor" name="a31" doxytag="ftps.h::FtpsGetFolderNextPacketSource" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void FtpsGetFolderNextPacketSource </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="ftps_8h.html#a1">FTPS</a> * </td> <td class="mdname" nowrap> <em>ftps</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a> </td> <td class="mdname" nowrap> <em>size_packet</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap><a class="el" href="source___8h.html#a0">Source</a> </td> <td class="mdname" nowrap> <em>src</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a9">bool</a> </td> <td class="mdname" nowrap> <em>lastPacket</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Send the next packet of a folder listing. <p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>ftps</em> </td><td>FTPS Session Handle. </td></tr> <tr><td></td><td valign=top><em>size_packet</em> </td><td>Length of this packet </td></tr> <tr><td></td><td valign=top><em>src</em> </td><td>The source containing the packet </td></tr> <tr><td></td><td valign=top><em>lastPacket</em> </td><td>Is this the last packet to transfer.</td></tr> </table></dl>This function should be called on receipt of a FTPS_GETFOLDER_DATA_IND message. A FTPS_GETFOLDER_DATA_IND message will be received to request the next packet. A FTPS_GETFOLDER_COMPLETE_IND message will be received after sending the final packet. </td> </tr></table><a class="anchor" name="a32" doxytag="ftps.h::FtpsGetObjectFirstPacket" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void FtpsGetObjectFirstPacket </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="ftps_8h.html#a1">FTPS</a> * </td> <td class="mdname" nowrap> <em>ftps</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a> </td> <td class="mdname" nowrap> <em>size_name</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> * </td> <td class="mdname" nowrap> <em>name</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a> </td> <td class="mdname" nowrap> <em>size_type</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> * </td> <td class="mdname" nowrap> <em>type</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a4">uint16</a> </td> <td class="mdname" nowrap> <em>size_packet</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> * </td> <td class="mdname" nowrap> <em>packet</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="csrtypes_8h.html#a3">uint32</a> </td>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -