1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<TITLE>A-to-Z Index</TITLE> 7<LINK rel="stylesheet" href="CSS/titles.css"> 8<BASE target="main"> 9</HEAD> 10<BODY> 11<H2><A name="A">A</A></H2> 12<DL> 13</DL> 14<H2><A name="B">B</A></H2> 15<DL> 16</DL> 17<H2><A name="C">C</A></H2> 18<DL> 19</DL> 20<H2><A name="D">D</A></H2> 21<DL> 22</DL> 23<H2><A name="E">E</A></H2> 24<DL> 25</DL> 26<H2><A name="F">F</A></H2> 27<DL> 28</DL> 29<H2><A name="G">G</A></H2> 30<DL> 31</DL> 32<H2><A name="H">H</A></H2> 33<DL> 34</DL> 35<H2><A name="I">I</A></H2> 36<DL> 37</DL> 38<H2><A name="J">J</A></H2> 39<DL> 40</DL> 41<H2><A name="K">K</A></H2> 42<DL> 43</DL> 44<H2><A name="L">L</A></H2> 45<DL> 46</DL> 47<H2><A name="M">M</A></H2> 48<DL> 49<DD><A href="nwc24/tools/makeChjp.html" target="main">makeChjp.exe</A> 50<DD><A href="mp/intro.html" target="main">MP API Introduction</A> 51<DD><A href="mp/list.html" target="main">MP API Features List</A> 52<DD><A href="mp/sampledemos/demos.html" target="main">MP Sample Demos</A> 53<DD><A href="mp/MPCallback.html" target="main">MPCallback</A> 54<DD><A href="mp/MPCallbackInfo.html" target="main">MPCallbackInfo</A> 55<DD><A href="mp/MPCallbackType.html" target="main">MPCallbackType</A> 56<DD><A href="mp/MPCleanup.html" target="main">MPCleanup</A> 57<DD><A href="mp/MPConfig.html" target="main">MPConfig</A> 58<DD><A href="mp/MPDisconnect.html" target="main">MPDisconnect</A> 59<DD><A href="mp/MPDisconnectAll.html" target="main">MPDisconnectAll</A> 60<DD><A href="mp/MPDisconnectReason.html" target="main">MPDisconnectReason</A> 61<DD><A href="mpdl/intro.html" target="main">MPDL API Introduction</A> 62<DD><A href="mpdl/list.html" target="main">MPDL API Function List</A> 63<DD><A href="mpdl/sampledemos/demos.html" target="main">MPDL Sample Demos</A> 64<DD><A href="mpdl/MPDLCleanup.html" target="main">MPDLCleanup</A> 65<DD><A href="mpdl/MPDLConfig.html" target="main">MPDLConfig</A> 66<DD><A href="mpdl/MPDLGetBootedBitmap.html" target="main">MPDLGetBootedBitmap</A> 67<DD><A href="mpdl/MPDLGetEntryBitmap.html" target="main">MPDLGetEntryBitmap</A> 68<DD><A href="mpdl/MPDLGetPlayerInfo.html" target="main">MPDLGetPlayerInfo</A> 69<DD><A href="mpdl/MPDLIsAvailable.html" target="main">MPDLIsAvailable</A> 70<DD><A href="mpdl/MPDLPlayerInfo.html" target="main">MPDLPlayerInfo</A> 71<DD><A href="mpdl/MPDLStartDownload.html" target="main">MPDLStartDownload</A> 72<DD><A href="mpdl/MPDLStartup.html" target="main">MPDLStartup</A> 73<DD><A href="mpds/intro.html" target="main">MPDS API Introduction</A> 74<DD><A href="mpds/list.html" target="main">MPDS API Function List</A> 75<DD><A href="mpds/sampledemos/demos.html" target="main">MPDS Sample Demos</A> 76<DD><A href="mpds/MPDSConfig.html" target="main">MPDSConfig</A> 77<DD><A href="mpds/MPDSContext.html" target="main">MPDSContext</A> 78<DD><A href="mpds/MPDSDataSet.html" target="main">MPDSDataSet</A> 79<DD><A href="mpds/MPDSGetData.html" target="main">MPDSGetData</A> 80<DD><A href="mpds/MPDSInit.html" target="main">MPDSInit</A> 81<DD><A href="mpds/MPDSSetupPortConfig.html" target="main">MPDSSetupPortConfig</A> 82<DD><A href="mpds/MPDSStep.html" target="main">MPDSStep, MPDSTryStep</A> 83<DD><A href="mp/MPError.html" target="main">MPError</A> 84<DD><A href="mpfs/intro.html" target="main">MPFS API Introduction</A> 85<DD><A href="mpfs/list.html" target="main">MPFS API Function List</A> 86<DD><A href="mpfs/sampledemos/demos.html" target="main">MPFS Sample Demos</A> 87<DD><A href="mpfs/MPFSEnd.html" target="main">MPFSEnd</A> 88<DD><A href="mpfs/MPFSInit.html" target="main">MPFSInit</A> 89<DD><A href="mpfs/MPFSIsAvailable.html" target="main">MPFSIsAvailable</A> 90<DD><A href="mpfs/MPFSPortCallback.html" target="main">MPFSPortCallback</A> 91<DD><A href="mp/MPGetLinkLevel.html" target="main">MPGetLinkLevel</A> 92<DD><A href="mp/MPPortCallback.html" target="main">MPPortCallback</A> 93<DD><A href="mp/MPPortCallbackInfo.html" target="main">MPPortCallbackInfo</A> 94<DD><A href="mp/MPPortCallbackInfo_Connected.html" target="main">MPPortCallbackInfo_Connected</A> 95<DD><A href="mp/MPPortCallbackInfo_DataReceived.html" target="main">MPPortCallbackInfo_DataReceived</A> 96<DD><A href="mp/MPPortCallbackInfo_Disconnected.html" target="main">MPPortCallbackInfo_Disconnected</A> 97<DD><A href="mp/MPPortConfig.html" target="main">MPPortConfig</A> 98<DD><A href="mp/MPSend.html" target="main">MPSend</A> 99<DD><A href="mp/MPSendAsync.html" target="main">MPSendAsync</A> 100<DD><A href="mp/MPSetEntryFlag.html" target="main">MPSetEntryFlag</A> 101<DD><A href="mp/MPSetIndicationConfig.html" target="main">MPSetIndicationConfig</A> 102<DD><A href="mp/MPSetPortConfig.html" target="main">MPSetPortConfig</A> 103<DD><A href="mp/MPSetUserGameInfo.html" target="main">MPSetUserGameInfo</A> 104<DD><A href="mp/MPStartup.html" target="main">MPStartup</A> 105<DD><A href="mp/MPUpdateBeacon.html" target="main">MPUpdateBeacon</A> 106<DD><A href="mp/MPUpdateBeaconAsync.html" target="main">MPUpdateBeaconAsync</A> 107</DL> 108<H2><A name="N">N</A></H2> 109<DL> 110<DD><A href="ncd/NCDResult.html" target="main">NCD API Error Values</A> 111<DD><A href="ncd/intro.html" target="main">NCD API Description</A> 112<DD><A href="ncd/NCDConfig.html" target="main">NCDConfig</A> 113<DD><A href="ncd/tools/ncdconfigtool.html" target="main">ncdconfigtool</A> 114<DD><A href="nwc24/tools/ncdconfigtool.html" target="main">ncdconfigtool</A> 115<DD><A href="ncd/NCDGetCurrentIfConfig.html" target="main">NCDGetCurrentIfConfig</A> 116<DD><A href="ncd/NCDGetCurrentIpConfig.html" target="main">NCDGetCurrentIpConfig</A> 117<DD><A href="ncd/NCDGetLinkStatus.html" target="main">NCDGetLinkStatus</A> 118<DD><A href="ncd/NCDIfConfig.html" target="main">NCDIfConfig</A> 119<DD><A href="ncd/NCDIpConfig.html" target="main">NCDIpConfig</A> 120<DD><A href="ncd/NCDIpProfile.html" target="main">NCDIpProfile</A> 121<DD><A href="ncd/NCDIsInterfaceDecided.html" target="main">NCDIsInterfaceDecided</A> 122<DD><A href="ncd/NCDProxyProfile.html" target="main">NCDProxyProfile</A> 123<DD><A href="ncd/NCDReadConfig.html" target="main">NCDReadConfig</A> 124<DD><A href="ncd/NCDRestoreConfig.html" target="main">NCDRestoreConfig</A> 125<DD><A href="ncd/NCDSetIfConfig.html" target="main">NCDSetIfConfig</A> 126<DD><A href="ncd/NCDSetIpConfig.html" target="main">NCDSetIpConfig</A> 127<DD><A href="ncd/NCDWiredProfile.html" target="main">NCDWiredProfile</A> 128<DD><A href="ncd/NCDWirelessProfile.html" target="main">NCDWirelessProfile</A> 129<DD><A href="ncd/NCDWriteConfig.html" target="main">NCDWriteConfig</A> 130<DD><A href="ncd/list.html" target="main">NCD Library API Function List</A> 131<DD><A href="net/intro.html" target="main">NET API Description</A> 132<DD><A href="net/sampledemos/demos.html" target="main">NET Sample Demos</A> 133<DD><A href="net/NETAESContext.html" target="main">NETAESContext</A> 134<DD><A href="net/NETAESCreate.html" target="main">NETAESCreate</A> 135<DD><A href="net/NETAESDecrypt.html" target="main">NETAESDecrypt</A> 136<DD><A href="net/NETAESDelete.html" target="main">NETAESDelete</A> 137<DD><A href="net/NETAESEncrypt.html" target="main">NETAESEncrypt</A> 138<DD><A href="net/NETCalcCRC.html" target="main">NETCalcCRC*</A> 139<DD><A href="net/NETCalcHMAC.html" target="main">NETCalcHMAC*</A> 140<DD><A href="net/NETCalcMD5.html" target="main">NETCalcMD5</A> 141<DD><A href="net/NETCalcSHA1.html" target="main">NETCalcSHA1</A> 142<DD><A href="net/NETECCContext.html" target="main">NETECCContext</A> 143<DD><A href="net/NETECCCreate.html" target="main">NETECCCreate</A> 144<DD><A href="net/NETECCDelete.html" target="main">NETECCDelete</A> 145<DD><A href="net/NETECCGetSign.html" target="main">NETECCGetSign</A> 146<DD><A href="net/NETECCUpdate.html" target="main">NETECCUpdate</A> 147<DD><A href="net/NETECCVerifySign.html" target="main">NETECCVerifySign</A> 148<DD><A href="net/NETGetStartupErrorCode.html" target="main">NETGetStartupErrorCode</A> 149<DD><A href="net/NETGetWirelessMacAddress.html" target="main">NETGetWirelessMacAddress</A> 150<DD><A href="net/NETLockCrypto.html" target="main">NETLockCrypto</A> 151<DD><A href="net/NETMD5Context.html" target="main">NETMD5Context</A> 152<DD><A href="net/NETMD5GetDigest.html" target="main">NETMD5GetDigest</A> 153<DD><A href="net/NETMD5Init.html" target="main">NETMD5Init</A> 154<DD><A href="net/NETMD5Update.html" target="main">NETMD5Update</A> 155<DD><A href="net/NETReadSwappedBytes.html" target="main">NETReadSwappedBytes*</A> 156<DD><A href="net/NETSHA1Context.html" target="main">NETSHA1Context</A> 157<DD><A href="net/NETSHA1GetDigest.html" target="main">NETSHA1GetDigest</A> 158<DD><A href="net/NETSHA1Init.html" target="main">NETSHA1Init</A> 159<DD><A href="net/NETSHA1Update.html" target="main">NETSHA1Update</A> 160<DD><A href="net/NETSwapBytes.html" target="main">NETSwapBytes*</A> 161<DD><A href="net/NETUnlockCrypto.html" target="main">NETUnlockCrypto</A> 162<DD><A href="net/NETWriteSwappedBytes.html" target="main">NETWriteSwappedBytes*</A> 163<DD><A href="net/list.html" target="main">NET Library Function List</A> 164<DD><A href="nwc24/intro.html" target="main">NWC24 Function</A> 165<DD><A href="nwc24/MsgBoard/intro.html" target="main">NWC24 API and Wii Message Board</A> 166<DD><A href="nwc24/FriendList/intro.html" target="main">NWC24 Friend Roster Function</A> 167<DD><A href="nwc24/sampledemos/demos.html" target="main">NWC24 Sample Demos</A> 168<DD><A href="nwc24/Scheduler/intro.html" target="main">NWC24 Schedule Operation API</A> 169<DD><A href="nwc24/Download/intro.html" target="main">NWC24 Download API</A> 170<DD><A href="nwc24/Download/sign.html" target="main">NWC24 Download Signature</A> 171<DD><A href="nwc24/Message/intro.html" target="main">NWC24 Message API</A> 172<DD><A href="nwc24/Search/intro.html" target="main">NWC24 Message Search Function</A> 173<DD><A href="nwc24/list.html" target="main">NWC24 Library Function List</A> 174<DD><A href="nwc24/Download/NWC24AddDlTask.html" target="main">NWC24AddDlTask</A> 175<DD><A href="nwc24/Types/NWC24AutoEncodingType.html" target="main">NWC24AutoEncodingType</A> 176<DD><A href="nwc24/Types/NWC24Charset.html" target="main">NWC24Charset</A> 177<DD><A href="nwc24/ErrorHandling/ERR_NWC24CheckDl.html" target="main">NWC24Check (Download) Error Handling Sequence</A> 178<DD><A href="nwc24/ErrorHandling/ERR_NWC24CheckMsg.html" target="main">NWC24Check (Message) Error Handling Sequence</A> 179<DD><A href="nwc24/Misc/NWC24Check.html" target="main">NWC24Check</A> 180<DD><A href="nwc24/Download/NWC24CheckDlTask.html" target="main">NWC24CheckDlTask</A> 181<DD><A href="nwc24/FriendList/NWC24CheckFriendInfo.html" target="main">NWC24CheckFriendInfo</A> 182<DD><A href="nwc24/Message/NWC24CheckMsgBoxSpace.html" target="main">NWC24CheckMsgBoxSpace</A> 183<DD><A href="nwc24/FriendList/NWC24CheckPublicMailAddr.html" target="main">NWC24CheckPublicMailAddr</A> 184<DD><A href="nwc24/Misc/NWC24CheckUserId.html" target="main">NWC24CheckUserId</A> 185<DD><A href="nwc24/Download/NWC24ClearDlError.html" target="main">NWC24ClearDlError</A> 186<DD><A href="nwc24/Download/NWC24ClearDlKeys.html" target="main">NWC24ClearDlKeys</A> 187<DD><A href="nwc24/Misc/NWC24CloseLib.html" target="main">NWC24CloseLib</A> 188<DD><A href="nwc24/Message/NWC24CommitMsg.html" target="main">NWC24CommitMsg</A> 189<DD><A href="nwc24/Download/NWC24CreateDlVf.html" target="main">NWC24CreateDlVf</A> 190<DD><A href="nwc24/Download/NWC24DeleteDlTask.html" target="main">NWC24DeleteDlTask</A> 191<DD><A href="nwc24/Download/NWC24DeleteDlTasksForOptOut.html" target="main">NWC24DeleteDlTasksForOptOut</A> 192<DD><A href="nwc24/FriendList/NWC24DeleteFriendInfo.html" target="main">NWC24DeleteFriendInfo</A> 193<DD><A href="nwc24/Message/NWC24DeleteMsg.html" target="main">NWC24DeleteMsg</A> 194<DD><A href="nwc24/Types/NWC24DlIterateContext.html" target="main">NWC24DlIterateContext</A> 195<DD><A href="nwc24/Types/NWC24DlIterateOperation.html" target="main">NWC24DlIterateOperation</A> 196<DD><A href="nwc24/Types/NWC24DlTask.html" target="main">NWC24DlTask</A> 197<DD><A href="nwc24/Types/NWC24DlType.html" target="main">NWC24DlType</A> 198<DD><A href="nwc24/Download/NWC24DumpDlTask.html" target="main">NWC24DumpDlTask</A> 199<DD><A href="nwc24/tools/NWC24Editor.html" target="main">NWC24Editor</A> 200<DD><A href="nwc24/Download/NWC24EnableDlLaxParameterChecking.html" target="main">NWC24EnableDlLaxParameterChecking</A> 201<DD><A href="nwc24/Misc/NWC24EnableLedNotification.html" target="main">NWC24EnableLedNotification</A> 202<DD><A href="nwc24/Types/NWC24Encoding.html" target="main">NWC24Encoding</A> 203<DD><A href="nwc24/Types/NWC24Err.html" target="main">NWC24Err</A> 204<DD><A href="nwc24/Scheduler/NWC24ExecDownloadTask.html" target="main">NWC24ExecDownloadTask</A> 205<DD><A href="nwc24/Types/NWC24FriendAddr.html" target="main">NWC24FriendAddr</A> 206<DD><A href="nwc24/Types/NWC24FriendAttr.html" target="main">NWC24FriendAttr</A> 207<DD><A href="nwc24/Types/NWC24FriendInfo.html" target="main">NWC24FriendInfo</A> 208<DD><A href="nwc24/Download/NWC24GetDlAppId.html" target="main">NWC24GetDlAppId</A> 209<DD><A href="nwc24/Download/NWC24GetDlCount.html" target="main">NWC24GetDlCount</A> 210<DD><A href="nwc24/Download/NWC24GetDlError.html" target="main">NWC24GetDlError</A> 211<DD><A href="nwc24/Download/NWC24GetDlFilename.html" target="main">NWC24GetDlFilename</A> 212<DD><A href="nwc24/Download/NWC24GetDlFlags.html" target="main">NWC24GetDlFlags</A> 213<DD><A href="nwc24/Download/NWC24GetDlHomeDir.html" target="main">NWC24GetDlHomeDir</A> 214<DD><A href="nwc24/Download/NWC24GetDlId.html" target="main">NWC24GetDlId</A> 215<DD><A href="nwc24/Download/NWC24GetDlInterval.html" target="main">NWC24GetDlInterval</A> 216<DD><A href="nwc24/Download/NWC24GetDlLastUpdate.html" target="main">NWC24GetDlLastUpdate</A> 217<DD><A href="nwc24/Download/NWC24GetDlNextTime.html" target="main">NWC24GetDlNextTime</A> 218<DD><A href="nwc24/Download/NWC24GetDlOptOutFlags.html" target="main">NWC24GetDlOptOutFlags</A> 219<DD><A href="nwc24/Download/NWC24GetDlParameter.html" target="main">NWC24GetDlParameter</A> 220<DD><A href="nwc24/Download/NWC24GetDlPriority.html" target="main">NWC24GetDlPriority</A> 221<DD><A href="nwc24/Download/NWC24GetDlRetryMargin.html" target="main">NWC24GetDlRetryMargin</A> 222<DD><A href="nwc24/Download/NWC24GetDlRootCA.html" target="main">NWC24GetDlRootCA</A> 223<DD><A href="nwc24/Download/NWC24GetDlServerInterval.html" target="main">NWC24GetDlServerInterval</A> 224<DD><A href="nwc24/Download/NWC24GetDlTask.html" target="main">NWC24GetDlTask</A> 225<DD><A href="nwc24/Download/NWC24GetDlTaskByAppId.html" target="main">NWC24GetDlTaskByAppId</A> 226<DD><A href="nwc24/Download/NWC24GetDlTaskIdByAppId.html" target="main">NWC24GetDlTaskIdByAppId</A> 227<DD><A href="nwc24/Download/NWC24GetDlTaskMine.html" target="main">NWC24GetDlTaskMine</A> 228<DD><A href="nwc24/Download/NWC24GetDlType.html" target="main">NWC24GetDlType</A> 229<DD><A href="nwc24/Download/NWC24GetDlUrl.html" target="main">NWC24GetDlUrl</A> 230<DD><A href="nwc24/Download/NWC24GetDlVfPath.html" target="main">NWC24GetDlVfPath</A> 231<DD><A href="nwc24/Download/NWC24GetDlVfPathByTask.html" target="main">NWC24GetDlVfPathByTask</A> 232<DD><A href="nwc24/Misc/NWC24GetErrorCode.html" target="main">NWC24GetErrorCode</A> 233<DD><A href="nwc24/FriendList/NWC24GetFriendInfoStatus.html" target="main">NWC24GetFriendInfoStatus</A> 234<DD><A href="nwc24/Message/NWC24GetMsgAppId.html" target="main">NWC24GetMsgAppId</A> 235<DD><A href="nwc24/Message/NWC24GetMsgAttachedPtr.html" target="main">NWC24GetMsgAttachedPtr</A> 236<DD><A href="nwc24/Message/NWC24GetMsgAttachedSize.html" target="main">NWC24GetMsgAttachedSize</A> 237<DD><A href="nwc24/Message/NWC24GetMsgAttachedType.html" target="main">NWC24GetMsgAttachedType</A> 238<DD><A href="nwc24/Message/NWC24GetMsgDate.html" target="main">NWC24GetMsgDate</A> 239<DD><A href="nwc24/Message/NWC24GetMsgFromId.html" target="main">NWC24GetMsgFromId</A> 240<DD><A href="nwc24/Message/NWC24GetMsgGroupId.html" target="main">NWC24GetMsgGroupId</A> 241<DD><A href="nwc24/Message/NWC24GetMsgId.html" target="main">NWC24GetMsgId</A> 242<DD><A href="nwc24/Message/NWC24GetMsgIdList.html" target="main">NWC24GetMsgIdList</A> 243<DD><A href="nwc24/Message/NWC24GetMsgNumAttached.html" target="main">NWC24GetMsgNumAttached</A> 244<DD><A href="nwc24/Message/NWC24GetMsgNumTo.html" target="main">NWC24GetMsgNumTo</A> 245<DD><A href="nwc24/Message/NWC24GetMsgObj.html" target="main">NWC24GetMsgObj</A> 246<DD><A href="nwc24/Message/NWC24GetMsgSize.html" target="main">NWC24GetMsgSize</A> 247<DD><A href="nwc24/Message/NWC24GetMsgSubjectSize.html" target="main">NWC24GetMsgSubjectSize</A> 248<DD><A href="nwc24/Message/NWC24GetMsgTag.html" target="main">NWC24GetMsgTag</A> 249<DD><A href="nwc24/Message/NWC24GetMsgTextPtr.html" target="main">NWC24GetMsgTextPtr</A> 250<DD><A href="nwc24/Message/NWC24GetMsgTextSize.html" target="main">NWC24GetMsgTextSize</A> 251<DD><A href="nwc24/Message/NWC24GetMsgType.html" target="main">NWC24GetMsgType</A> 252<DD><A href="nwc24/Misc/NWC24GetMyUserId.html" target="main">NWC24GetMyUserId</A> 253<DD><A href="nwc24/Download/NWC24GetNumDlTasks.html" target="main">NWC24GetNumDlTasks</A> 254<DD><A href="nwc24/FriendList/NWC24GetNumEstFriendInfos.html" target="main">NWC24GetNumEstFriendInfos</A> 255<DD><A href="nwc24/FriendList/NWC24GetNumFriendInfos.html" target="main">NWC24GetNumFriendInfos</A> 256<DD><A href="nwc24/Message/NWC24GetNumMsgs.html" target="main">NWC24GetNumMsgs</A> 257<DD><A href="nwc24/Download/NWC24GetNumRegDlTasks.html" target="main">NWC24GetNumRegDlTasks</A> 258<DD><A href="nwc24/FriendList/NWC24GetNumRegFriendInfos.html" target="main">NWC24GetNumRegFriendInfos</A> 259<DD><A href="nwc24/Scheduler/NWC24GetSchedulerError.html" target="main">NWC24GetSchedulerError</A> 260<DD><A href="nwc24/Scheduler/NWC24GetScheduleSpan.html" target="main">NWC24GetScheduleSpan</A> 261<DD><A href="nwc24/tools/nwc24init.html" target="main">nwc24init</A> 262<DD><A href="nwc24/Download/NWC24InitDlIterateContext.html" target="main">NWC24InitDlIterateContext</A> 263<DD><A href="nwc24/Download/NWC24InitDlTask.html" target="main">NWC24InitDlTask</A> 264<DD><A href="nwc24/Message/NWC24InitMsgObj.html" target="main">NWC24InitMsgObj</A> 265<DD><A href="nwc24/Search/NWC24InitSearchConds.html" target="main">NWC24InitSearchConds</A> 266<DD><A href="nwc24/FriendList/NWC24IsFriendInfoThere.html" target="main">NWC24IsFriendInfoThere</A> 267<DD><A href="nwc24/Misc/NWC24IsNewMsgArrived.html" target="main">NWC24IsNewMsgArrived</A> 268<DD><A href="nwc24/MsgBoard/NWC24IsNewMsgForMenuArrived.html" target="main">NWC24IsNewMsgForMenuArrived</A> 269<DD><A href="nwc24/Download/NWC24IterateDlTask.html" target="main">NWC24IterateDlTask</A> 270<DD><A href="nwc24/Download/NWC24IterateDlTaskEx.html" target="main">NWC24IterateDlTaskEx</A> 271<DD><A href="nwc24/Types/NWC24MIMEType.html" target="main">NWC24MIMEType</A> 272<DD><A href="nwc24/Types/NWC24MsgBoxId.html" target="main">NWC24MsgBoxId</A> 273<DD><A href="nwc24/Types/NWC24MsgObj.html" target="main">NWC24MsgObj</A> 274<DD><A href="nwc24/Types/NWC24MsgType.html" target="main">NWC24MsgType</A> 275<DD><A href="nwc24/ErrorHandling/ERR_NWC24OpenLib.html" target="main">NWC24OpenLib Error Handling Sequence</A> 276<DD><A href="nwc24/Misc/NWC24OpenLib.html" target="main">NWC24OpenLib</A> 277<DD><A href="nwc24/FriendList/NWC24ReadFriendInfo.html" target="main">NWC24ReadFriendInfo</A> 278<DD><A href="nwc24/MsgBoard/NWC24ReadMsgAltName.html" target="main">NWC24ReadMsgAltName</A> 279<DD><A href="nwc24/Message/NWC24ReadMsgAttached.html" target="main">NWC24ReadMsgAttached</A> 280<DD><A href="nwc24/Message/NWC24ReadMsgFromAddr.html" target="main">NWC24ReadMsgFromAddr</A> 281<DD><A href="nwc24/MsgBoard/NWC24ReadMsgMBDelay.html" target="main">NWC24ReadMsgMBDelay</A> 282<DD><A href="nwc24/MsgBoard/NWC24ReadMsgMBNoReply.html" target="main">NWC24ReadMsgMBNoReply</A> 283<DD><A href="nwc24/MsgBoard/NWC24ReadMsgMBRegDate.html" target="main">NWC24ReadMsgMBRegDate</A> 284<DD><A href="nwc24/Message/NWC24ReadMsgSubject.html" target="main">NWC24ReadMsgSubject</A> 285<DD><A href="nwc24/Message/NWC24ReadMsgSubjectPublic.html" target="main">NWC24ReadMsgSubjectPublic</A> 286<DD><A href="nwc24/Message/NWC24ReadMsgText.html" target="main">NWC24ReadMsgText</A> 287<DD><A href="nwc24/Message/NWC24ReadMsgTextEx.html" target="main">NWC24ReadMsgTextEx</A> 288<DD><A href="nwc24/Message/NWC24ReadMsgTextPublic.html" target="main">NWC24ReadMsgTextPublic</A> 289<DD><A href="nwc24/Message/NWC24ReadMsgToAddr.html" target="main">NWC24ReadMsgToAddr</A> 290<DD><A href="nwc24/Message/NWC24ReadMsgToId.html" target="main">NWC24ReadMsgToId</A> 291<DD><A href="nwc24/Scheduler/NWC24ResumeScheduler.html" target="main">NWC24ResumeScheduler</A> 292<DD><A href="nwc24/Types/NWC24SearchCompareMode.html" target="main">NWC24SearchCompareMode</A> 293<DD><A href="nwc24/FriendList/NWC24SearchFriendInfoByAddr.html" target="main">NWC24SearchFriendInfoByAddr</A> 294<DD><A href="nwc24/FriendList/NWC24SearchFriendInfoById.html" target="main">NWC24SearchFriendInfoById</A> 295<DD><A href="nwc24/Search/NWC24SearchMsgs.html" target="main">NWC24SearchMsgs</A> 296<DD><A href="nwc24/Download/NWC24SetDlCount.html" target="main">NWC24SetDlCount</A> 297<DD><A href="nwc24/Download/NWC24SetDlFilename.html" target="main">NWC24SetDlFilename</A> 298<DD><A href="nwc24/Download/NWC24SetDlFlags.html" target="main">NWC24SetDlFlags</A> 299<DD><A href="nwc24/Download/NWC24SetDlInterval.html" target="main">NWC24SetDlInterval</A> 300<DD><A href="nwc24/Download/NWC24SetDlKeys.html" target="main">NWC24SetDlKeys</A> 301<DD><A href="nwc24/Download/NWC24SetDlOptOutFlags.html" target="main">NWC24SetDlOptOutFlags</A> 302<DD><A href="nwc24/Download/NWC24SetDlParameter.html" target="main">NWC24SetDlParameter</A> 303<DD><A href="nwc24/Download/NWC24SetDlPriority.html" target="main">NWC24SetDlPriority</A> 304<DD><A href="nwc24/Download/NWC24SetDlPublicKey.html" target="main">NWC24SetDlPublicKey</A> 305<DD><A href="nwc24/Download/NWC24SetDlRetryMargin.html" target="main">NWC24SetDlRetryMargin</A> 306<DD><A href="nwc24/Download/NWC24SetDlRootCA.html" target="main">NWC24SetDlRootCA</A> 307<DD><A href="nwc24/Download/NWC24SetDlSecretKey.html" target="main">NWC24SetDlSecretKey</A> 308<DD><A href="nwc24/Download/NWC24SetDlServerInterval.html" target="main">NWC24SetDlServerInterval</A> 309<DD><A href="nwc24/Download/NWC24SetDlUrl.html" target="main">NWC24SetDlUrl</A> 310<DD><A href="nwc24/MsgBoard/NWC24SetMsgAltName.html" target="main">NWC24SetMsgAltName</A> 311<DD><A href="nwc24/Message/NWC24SetMsgAttached.html" target="main">NWC24SetMsgAttached</A> 312<DD><A href="nwc24/Message/NWC24SetMsgDesignatedTime.html" target="main">NWC24SetMsgDesignatedTime</A> 313<DD><A href="nwc24/Message/NWC24SetMsgIconNewSign.html" target="main">NWC24SetMsgIconNewSign</A> 314<DD><A href="nwc24/Message/NWC24SetMsgLedPattern.html" target="main">NWC24SetMsgLedPattern</A> 315<DD><A href="nwc24/MsgBoard/NWC24SetMsgMBDelay.html" target="main">NWC24SetMsgMBDelay</A> 316<DD><A href="nwc24/MsgBoard/NWC24SetMsgMBNoReply.html" target="main">NWC24SetMsgMBNoReply</A> 317<DD><A href="nwc24/MsgBoard/NWC24SetMsgMBRegDate.html" target="main">NWC24SetMsgMBRegDate</A> 318<DD><A href="nwc24/Message/NWC24SetMsgSubject.html" target="main">NWC24SetMsgSubject</A> 319<DD><A href="nwc24/Message/NWC24SetMsgSubjectAndTextPublic.html" target="main">NWC24SetMsgSubjectAndTextPublic</A> 320<DD><A href="nwc24/Message/NWC24SetMsgSubjectPublic.html" target="main">NWC24SetMsgSubjectPublic</A> 321<DD><A href="nwc24/Message/NWC24SetMsgTag.html" target="main">NWC24SetMsgTag</A> 322<DD><A href="nwc24/Message/NWC24SetMsgText.html" target="main">NWC24SetMsgText</A> 323<DD><A href="nwc24/Message/NWC24SetMsgTextPublic.html" target="main">NWC24SetMsgTextPublic</A> 324<DD><A href="nwc24/Message/NWC24SetMsgToAddr.html" target="main">NWC24SetMsgToAddr</A> 325<DD><A href="nwc24/Message/NWC24SetMsgToId.html" target="main">NWC24SetMsgToId</A> 326<DD><A href="nwc24/Search/NWC24SetSearchCondAppId.html" target="main">NWC24SetSearchCondAppId</A> 327<DD><A href="nwc24/Search/NWC24SetSearchCondForMenu.html" target="main">NWC24SetSearchCondForMenu</A> 328<DD><A href="nwc24/Search/NWC24SetSearchCondFromAddrId.html" target="main">NWC24SetSearchCondFromAddrId</A> 329<DD><A href="nwc24/Search/NWC24SetSearchCondMsgBox.html" target="main">NWC24SetSearchCondMsgBox</A> 330<DD><A href="nwc24/Search/NWC24SetSearchCondPublic.html" target="main">NWC24SetSearchCondPublic</A> 331<DD><A href="nwc24/Search/NWC24SetSearchCondTag.html" target="main">NWC24SetSearchCondTag</A> 332<DD><A href="nwc24/Scheduler/NWC24SuspendScheduler.html" target="main">NWC24SuspendScheduler</A> 333<DD><A href="nwc24/FriendList/NWC24SwapFriendInfos.html" target="main">NWC24SwapFriendInfos</A> 334<DD><A href="nwc24/Scheduler/NWC24TrySuspendScheduler.html" target="main">NWC24TrySuspendScheduler</A> 335<DD><A href="nwc24/Download/NWC24UpdateDlTask.html" target="main">NWC24UpdateDlTask</A> 336<DD><A href="nwc24/FriendList/NWC24UpdateFriendInfo.html" target="main">NWC24UpdateFriendInfo</A> 337<DD><A href="nwc24/Types/NWC24UserId.html" target="main">NWC24UserId</A> 338<DD><A href="nwc24/FriendList/NWC24WriteFriendInfo.html" target="main">NWC24WriteFriendInfo</A> 339<DD><A href="nwc24/ErrorHandling/intro.html" target="main">NWC24 Error Handling Sequence</A> 340</DL> 341<H2><A name="O">O</A></H2> 342<DL> 343</DL> 344<H2><A name="P">P</A></H2> 345<DL> 346</DL> 347<H2><A name="Q">Q</A></H2> 348<DL> 349</DL> 350<H2><A name="R">R</A></H2> 351<DL> 352<DD><A href="tools/regds.html" target="main">regds.exe</A> 353</DL> 354<H2><A name="S">S</A></H2> 355<DL> 356<DD><A href="socommon/intro.html" target="main">SO API Introduction</A> 357<DD><A href="socommon/list.html" target="main">SO Library Function List</A> 358<DD><A href="socommon/SOCleanup.html" target="main">SOCleanup</A> 359<DD><A href="socommon/SOFinish.html" target="main">SOFinish</A> 360<DD><A href="socommon/SOInit.html" target="main">SOInit</A> 361<DD><A href="socommon/SOLibraryConfig.html" target="main">SOLibraryConfig</A> 362<DD><A href="socommon/SOStartup.html" target="main">SOStartup, SOStartupEx</A> 363</DL> 364<H2><A name="T">T</A></H2> 365<DL> 366</DL> 367<H2><A name="U">U</A></H2> 368<DL> 369</DL> 370<H2><A name="V">V</A></H2> 371<DL> 372<DD><A href="vf/intro.html" target="main">VF API Description</A> 373<DD><A href="vf/list.html" target="main">VF API Function List</A> 374<DD><A href="vf/VFActivateDrive.html" target="main">VFActivateDrive*(W)</A> 375<DD><A href="vf/VFAttachDrive.html" target="main">VFAttachDrive*(W)</A> 376<DD><A href="vf/VFBuffering.html" target="main">VFBuffering(W)</A> 377<DD><A href="vf/VFChangeDir.html" target="main">VFChangeDir(W)</A> 378<DD><A href="vf/VFCloseFile.html" target="main">VFCloseFile</A> 379<DD><A href="vf/VFCreateDir.html" target="main">VFCreateDir(W)</A> 380<DD><A href="vf/VFCreateFile.html" target="main">VFCreateFile(W)</A> 381<DD><A href="vf/VFCreateSystemFile.html" target="main">VFCreateSystemFile*</A> 382<DD><A href="vf/VFCutFileSize.html" target="main">VFCutFileSize(W)</A> 383<DD><A href="vf/VFDeleteDir.html" target="main">VFDeleteDir(W)</A> 384<DD><A href="vf/VFDeleteFile.html" target="main">VFDeleteFile(W)</A> 385<DD><A href="vf/VFDeleteSystemFile.html" target="main">VFDeleteSystemFile*</A> 386<DD><A href="vf/VFDetachDrive.html" target="main">VFDetachDrive(W)</A> 387<DD><A href="vf/VFDta.html" target="main">VFDta</A> 388<DD><A href="vf/VFErr.html" target="main">VFErr</A> 389<DD><A href="vf/VFFileSearchFirst.html" target="main">VFFileSearchFirst(W)</A> 390<DD><A href="vf/VFFileSearchNext.html" target="main">VFFileSearchNext(W)</A> 391<DD><A href="vf/VFFileSync.html" target="main">VFFileSync</A> 392<DD><A href="vf/VFFinalize.html" target="main">VFFinalize</A> 393<DD><A href="vf/VFFormatDrive.html" target="main">VFFormatDrive(W)</A> 394<DD><A href="vf/VFGetApiErrorString.html" target="main">VFGetApiErrorString</A> 395<DD><A href="vf/VFGetDriveFreeSize.html" target="main">VFGetDriveFreeSize(W)</A> 396<DD><A href="vf/VFGetFileSize.html" target="main">VFGetFileSize(W)</A> 397<DD><A href="vf/VFGetFileSizeByFd.html" target="main">VFGetFileSizeByFd</A> 398<DD><A href="vf/VFGetLastDeviceError.html" target="main">VFGetLastDeviceError(W)</A> 399<DD><A href="vf/VFGetLastError.html" target="main">VFGetLastError</A> 400<DD><A href="vf/VFGetOffsetByFd.html" target="main">VFGetOffsetByFd</A> 401<DD><A href="vf/VFInactivateDrive.html" target="main">VFInactivateDrive(W)</A> 402<DD><A href="vf/VFInit.html" target="main">VFInit</A> 403<DD><A href="vf/VFIsAvailable.html" target="main">VFIsAvailable</A> 404<DD><A href="vf/VFMountDrive.html" target="main">VFMountDrive(W)</A> 405<DD><A href="vf/VFMoveFile.html" target="main">VFMove{File, Dir}(W)</A> 406<DD><A href="vf/VFOpenFile.html" target="main">VFOpenFile(W)</A> 407<DD><A href="vf/VFReadFile.html" target="main">VFReadFile</A> 408<DD><A href="vf/VFRenameFile.html" target="main">VFRename{File, Dir}(W)</A> 409<DD><A href="vf/VFSeekFile.html" target="main">VFSeekFile</A> 410<DD><A href="vf/VFSetTimeStampCallback.html" target="main">VFSetTimeStampCallback</A> 411<DD><A href="vf/VFSync.html" target="main">VFSync(W)</A> 412<DD><A href="vf/VFTime.html" target="main">VFTime</A> 413<DD><A href="vf/VFUnmountDrive.html" target="main">VFUnmountDrive(W)</A> 414<DD><A href="vf/VFWriteFile.html" target="main">VFWriteFile</A> 415<DD><A href="vf/sampledemos/demos.html" target="main">VF Library Demo Program</A> 416</DL> 417<H2><A name="W">W</A></H2> 418<DL> 419<DD><A href="wd/intro.html" target="main">Introduction to the WD API</A> 420<DD><A href="wd/demos.html" target="main">WD Sample Demos</A> 421<DD><A href="wd/list.html" target="main">WD Library Function List</A> 422<DD><A href="wd/WDBssDesc.html" target="main">WDBssDesc</A> 423<DD><A href="wd/WDCheckEnableChannel.html" target="main">WDCheckEnableChannel</A> 424<DD><A href="wd/WDElementID.html" target="main">WDElementID</A> 425<DD><A href="wd/WDFindGameInfo.html" target="main">WDFindGameInfo</A> 426<DD><A href="wd/WDFindInformationElement.html" target="main">WDFindInformationElement</A> 427<DD><A href="wd/WDFindWifiProtectedAccess.html" target="main">WDFindWifiProtectedAccess</A> 428<DD><A href="wd/WDGetPrivacyMode.html" target="main">WDGetPrivacyMode</A> 429<DD><A href="wd/WDGetRadioLevel.html" target="main">WDGetRadioLevel</A> 430<DD><A href="wd/WDScanOnce.html" target="main">WDScanOnce</A> 431<DD><A href="wd/WDScanParam.html" target="main">WDScanParam</A> 432<DD><A href="wd/WDTryUsbApRegistrationOnce.html" target="main">WDTryUsbApRegistrationOnce</A> 433</DL> 434<H2><A name="X">X</A></H2> 435<DL> 436</DL> 437<H2><A name="Y">Y</A></H2> 438<DL> 439</DL> 440<H2><A name="Z">Z</A></H2> 441<DL> 442</DL> 443<H2><A name="other">Description of Features Other than Functions</A></H2> 444<UL> 445<LI><A href="ncd/template.html" target="main" >%FUNCTION_NAME%</A> 446<LI><A href="nwc24/FriendList/nickname_char_list.html" target="main" >List of Characters That Can Be Input in the Address Book</A> 447<LI><A href="tools/list.html" target="main" >Tool and Command Function List</A> 448<LI><A href="net/hash_overview.html" target="main" >Hash algorithm</A> 449<LI><A href="nwc24/Letterform/Letterform.html" target="main" >Letterform Template</A> 450</UL> 451<hr><p>CONFIDENTIAL</p></body> 452</HTML> 453