|
| |
| | dWord |
 | | Replaces the @param n th element of the dWord object with new value, @param s. |  | | constructs a dWord object using the string array passed in. |
|
http://www.mit.edu/~6.035/javadocs/java6035/tools/ASM/dWord.html
(221 words)
|
|
| |
| | 5.3. Internal file formats |
 | | DWORD present in files with Binary TOC turned on. |  | | DWORD present in files with Binary Index turned on. |  | | DWORD number of windows to override, 2 ANSI/UTF-8 NT strings for each window. |
|
http://www.nongnu.org/chmspec/latest/Internal.html
(5604 words)
|
|
| |
| | OpenNETCF.org - Forums - Change a DWORD value |
 | | When I try to change the value of a DWORD registry value, it is changing it to a string value. |  | | Is there a way to change the value and it remain a DWORD value? |
|
http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=1045
(289 words)
|
|
| |
| | Outlook Express (OE) Reader Class |
 | | DWORD Pad1; DWORD Idx; Pointer to the start of the multi part boundary line For UUENCODED messges this is the same as header start because the start of the headers represents the boundary too. |  | | DWORD nSeparators; BYTE Pad4[12]; DWORD Flag1; DWORD Flag2; Offset to actual message data (skipping Internet headers) DWORD Offset; DWORD Pad[15]; nSeparators * { The next few fields are offsets into the MBX file. |  | | This information is stored in the IDX file so that it does not have to be reparsed every time there fore speeding up access to the mail folder. |
|
http://www.developer.com/net/cplus/print.php/628421
(680 words)
|
|
| |
| | CodeGuru: A Cd-audio class to build a simple CD player |
 | | In the CMciDevice class, as well as in CCdAudio, many of the functions that implements MCI commands return a DWORD value that is zero in case of success and a nonzero error code otherwise. |  | | Both are DWORDs but, however, MCI can interpret them in different ways, depending on which time format has been previously set with the MCI_SET command (or, in he CCdAudio class, with the |  | | You can use this value to perform your own error handling (if you want to know more about MCI error codes you can take a look at the documentation). |
|
http://www.codeguru.com/Cpp/G-M/multimedia/article.php/c1583
(1594 words)
|
|
| |
| | ITOL/ITLS: Microsoft's HTML Help 2.0 format |
 | | The rule that the input bit-stream is to be re-aligned to a 16-bit boundary after $8000 output characters have been processed IS in effect, despite this LZX not being part of a CAB file. |  | | 0000: char[4] 'AOLL' 0004: DWORD Length of quickref area at end of directory chunk 0008: QWORD Directory chunk number This must match physical position in file, that is the chunk size times the chunk number must be the offset from the end of the directory header. |  | | This is specified by the DWORD at $10 in the ControlData file (but note that DWORD gives the window size in 0x8000-byte blocks, not the LZX code for the window size) |
|
http://www.speakeasy.org/~russotto/chm/itolitlsformat.html
(2249 words)
|
|
| |
| | [No title] |
 | | DWORD From(const BYTE* Buffer, DWORD Len, bool Partial=false) { if(!Len |  | | DWORD From(const char* Buffer, int Len, bool Partial=false) {return From(Buffer, (DWORD)Len, Partial);} DWORD From(const char* Buffer, DWORD Len, bool Partial=false) { if(!Len |  | | >16; } void Trim(BYTE Old, DWORD Bytes) { s1-=Old+=13; s2-=Old*Bytes; } void Append(BYTE New) {s2+=s1+=13+New;} void Roll(BYTE Old, DWORD Bytes, bool append, BYTE New) { Trim(Old, Bytes); if(append) Append(New); } }; #endif //ndef CRC32h |
|
http://rossm.net/Electronics/Computers/Software/C++/Algorithms/CRC32.h
(267 words)
|
|
| |
| | GriYo 'EXPLORER *in-memory* infection by GriYo' (VX heavens) |
 | | The first three dwords are the number of bytes of the file to map (specify zero to map the entire file) and the offset. |  | | The first parameter is a pointer to a variable that receives the number of bytes returned in the array. |  | | Is a good idea to make this name change from one system to another, so the virus wont be detected in memory just by looking for a known memory-mapped object name. |
|
http://vx.netlux.org/lib/vgy02.html
(2372 words)
|
|
| |
| | NaturalFax Developer's Reference Manual (60009-13): NaturalFax Function Reference |
 | | NFX_PAGE_WIDTH__B4, or */ /* NFX_PAGE_WIDTH_A3 */ DWORD OTFmode; /* NFX_OTF_NEVER, NFX_OTF_ALWAYS, or */ /* NFX_OTF_ONLY_IF_FAIL */ DWORD useECM; /* NFX_YES or NFX_NO */ DWORD lineerrors; /* % line errors before retrain negative */ INT32 level; /*xmit level in tenths of dBm (-150 to -60) */ INT32 threshold; /* lowest lev. |  | | /* NFX_RESOLUTION_HIGH, NFX_RESOLUTION_LOW or */ /* NFX_RESOLUTION_SUPER_HIGH */ DWORD encoding; /* NFX_ENCODE_1D, NFX_ENCODE_2D, or */ /* NFX_ENCODE_MMR */ DWORD pagewidth;/* NFX_PAGE_WIDTH_A4, NFX_PAGE_WIDTH_B4, or */ /* NFX_PAGE_WIDTH_A3 */ DWORD OTFmode; /* NFX_OTF_NEVER, NFX_OTF_ALWAYS, */ /* or NFX_OTF_ONLY_IF_FAIL */ DWORD useECM; /* NFX_YES or NFX_NO */ DWORD useCNG; /* NFX_YES or NFX_NO */ DWORD PRIenabled; |  | | A fax function is already active on the given context handle. |
|
http://www.nmscommunications.com/manuals/60009-13/chap712.htm
(1028 words)
|
|
| |
| | [No title] |
 | | It's faster to serve up an object out of physical RAM than it is to fetch it from disk, of course. |  | | A recommended value to try is 100 seconds.System Key: [HKEY_LOCAL_MACHINE\System\CurrectControlSet\Services\Tcpip\Parameters] Value Name: TcpTimedWaitDelay Data Type: REG_DWORD (DWORD Value) Value Data: 30-300 seconds (decimal) HYPERLINK "http://jasonmaynard.dynu.com/nfe3t_regfiles" OPENAll NFE ComponentsTune the size of the IIS5 data cacheIIS 5 uses an in-memory cache to hold objects that are accessed most frequently. |  | | The receive window specifies the number of bytes a sender may transmit without receiving an acknowledgment. |
|
http://www.dabcc.com/NFuseElite/docs/NfuseEliteTuningTipsandTricks.doc
(2105 words)
|
|
| |
| | GameTutorials, LLC - WORD and DWORD |
 | | I would imagine that DWORD on all machines will be 32bits, where as unsigned int on 64 bit machines, will be 64 bits. |  | | So on a 64 bit machine, a DWORD is probably not going to be defined as unsigned int. |  | | I just don't get what the WORD and DWORD one do and what they are used for. |
|
http://www.gametutorials.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=6886
(292 words)
|
|
| |
| | AppModeDebug_h.html |
 | | DWORD dwPrevFrame = stk.AddrFrame.Offset; const int c_nMaxFrames = |  | | DWORD dwWritten; if (!::WriteFile(shFile, (const void*)(LPCTSTR)strMINI, strMINI.GetLength() * sizeof(TCHAR), anddwWritten, NULL)) { HRESULT hr = HRESULT_FROM_WIN32(::GetLastError()); shFile = NULL; ::DeleteFile(szMachineExe); ::DeleteFile(szMachineIni); g.FormatString(strOut, |  | | DWORD dwWritten; if (!::WriteFile(shFile, strHTML, strHTML.GetLength() * sizeof(TCHAR), anddwWritten, NULL)) return HRESULT_FROM_WIN32(::GetLastError()); |
|
http://home.earthlink.net/~battlebrook/WebSRC/CrashGuard/files/AppModeDebug_h.html
(3005 words)
|
|
| |
| | DWORD / unsigned long - GameDev.Net Discussion Forums |
 | | For example, on page 423 in the private parts of the class DWORD is used. |  | | I wouldn't mix DWORD and unisnged long because it would make it harder to understand just like I wouldn't mix struct and class. |  | | Posted - 10/3/2003 4:35:35 PM In Programming Role Playing Games with DirectX, I've noticed there are places where 'DWORD' is used and places where 'unsigned long' is used. |
|
http://www.gamedev.net/community/forums/viewreply.asp?ID=1127207
(485 words)
|
|
| |
| | Table 1660 |
 | | 22h DWORD pointer to IFS open file structure (see #01661) 28h WORD number of bytes to transfer returned bytes actually transferred 2Ah DWORD transfer address ---class 05h function 0Dh--- 17h 7 BYTEs ??? |  | | 22h DWORD pointer to IFS open file structure (see #01661) 26h BYTE seek type (02h = from end) 28h DWORD offset on call returned new absolute position ---class 05h functions 0Bh,0Ch--- 17h 7 BYTEs ??? |  | | 22h DWORD pointer to IFS open file structure (see #01661) 26h BYTE 00h commit file 01h close file 27h BYTE unused??? |
|
http://www.delorie.com/djgpp/doc/rbinter/it/60/16.html
(577 words)
|
|
| |
| | [No title] |
 | | */ BOOL WINAPI CryptGetDefaultProviderW (DWORD dwProvType, DWORD *pdwReserved, DWORD dwFlags, LPWSTR pszProvName, DWORD *pcbProvName) @@ -1318,7 +1316,7 @@ /****************************************************************************** * CryptGetHashParam (ADVAPI32.@) * - * Retrieves data that controls the operations of a hash object. |  | | */ BOOL WINAPI CryptDecrypt (HCRYPTKEY hKey, HCRYPTHASH hHash, BOOL Final, DWORD dwFlags, BYTE *pbData, DWORD *pdwDataLen) @@ -730,8 +728,8 @@ * phKey [I/O] Address of the newly generated key. |  | | */ BOOL WINAPI CryptSetHashParam (HCRYPTHASH hHash, DWORD dwParam, BYTE *pbData, DWORD dwFlags) { @@ -1633,7 +1631,7 @@ /****************************************************************************** * CryptSetKeyParam (ADVAPI32.@) * - * Customizes a session key's operations. |
|
http://www.winehq.com/hypermail/wine-patches/2004/12/att-0144/01-advapi32.diff
(3575 words)
|
|
| |
| | Automating Windows Patch Mngt: Part I |
 | | The value is a DWORD that can be zero, which indicates that a reboot will indeed take place, or one, which indicates the reboot will be postponed while a user is logged on. |  | | The value is a DWORD with possible values zero (enabled) or one (disabled). |  | | Consider using a Registry editor file such as the following to automate registry changes. |
|
http://www.securityfocus.com/infocus/1760
(1935 words)
|
|
| |
| | Efficient DSL Modem API Manual |
 | | Returns a DWORD which contains the status of the software layer. |  | | A pointer to the string (szProtocolString) which describers the type of protocol being used. |  | | The DA_GetSoftwareLayerStatus function retrieves the status of software layer |
|
http://support.efficient.com/KB/NTS/Docs/DSLAPI.html
(737 words)
|
|
| |
| | VSFT Create Dword Value |
 | | In this case the new value will be created under the currently selected key. |  | | Vilma Software Registry Explorer - Create Dword Value |  | | In addition you may use the button "New Dword Value" from the toolbar. |
|
http://www.vsft.com/regexp/crdword.htm
(89 words)
|
|
| |
| | XBlock Systems Products |
 | | This strategy is used by modifying the data value of the Compatibility Flags DWORD value for the Class identifier (CLSID) of the ActiveX control. |  | | XBlock Spyblock “Kill Bit” List: This master list of questionable ActiveX controls is an added layer and cost effective method for system administrators who want to halt rogue controls before they infect machines. |  | | The kill bit is a specific value for the Compatibility Flags DWORD value for the ActiveX control in the registry. |
|
http://www.xblocksystems.com/products.php
(508 words)
|
|
| |
| | SRC Modula-3: win32/src/WinNT.i3 |
 | | This is consistant with the syntax of the.RC file and the.RES file. |  | | TYPE PIMAGE_LINENUMBER = <* UNALIGNED *> UNTRACED REF IMAGE_LINENUMBER; IMAGE_LINENUMBER = RECORD Type: DWORD; (* union { DWORD SymbolTableIndex; (* Symbol table index of function name if Linenumber is 0. |  | | IMAGE_SIZEOF_SHORT_NAME - 1] OF BYTE; Misc: DWORD; (*??? |
|
http://www.research.compaq.com/SRC/m3sources/html/win32/src/WinNT.i3.html
(4804 words)
|
|
| |
| | Use the DWORD Editor |
 | | DWORD refers to data that is represented by a number that is four bytes long. |  | | If a value entry contains the prefix REG_DWORD, the entry is written in the DWORD format. |  | | To display the data as a hexadecimal (base-16) number, click Hex. |
|
http://www.microsoft.com/windows/windows2000/en/advanced/help/dword_edit_reged.htm
(88 words)
|
|
| |
| | BattleForums.com - BNetHacking Sticky - 1.10 [Updated] |
 | | 1b 9 Swap 2 handed item 1b [DWORD id] [WORD position] 00 00 |  | | 1d 9 Swap cursor item with body 1d [DWORD id] [WORD position] 00 00 |  | | 5d 7 Squelch/Hostile 5d [BYTE button] [BYTE toggle on/off] [DWORD player id] |
|
http://www.battleforums.com/showthread.php?s=2de87ea93011d1dc020a5a25f5115142&threadid=52126
(3210 words)
|
|
| |
| | [No title] |
 | | ;type HINSTANCE -- Instance handle of our program CommandLine DWORD ? |  | | Pay a visit to his site: win32asm.cjb.net ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.386 ;use 386 instruction set.model flat,stdcall ;non-segmented, C passing, Pascal stack balancing option casemap:none ;case sensitive include \masm32\include\user32.inc ;LoadIcon, LoadCursor, RegisterClass, CreateWindowEx, includelib \masm32\lib\user32.lib ;ShowWindow, UpdateWindow, GetMessage, TranslateMessage, ;DispatchMessage, PostQuitMessage, DefWindowProc include \masm32\include\kernel32.inc ;GetModuleHandle, GetCommandLine, ExitProcess includelib \masm32\lib\kernel32.lib WinMain proto :DWORD,:DWORD,:DWORD,:DWORD POINT STRUCT x DWORD ? |  | | I modified the code to be lower-level ; ; so you can see what is REALLY going on. |
|
http://home.comcast.net/~jeff.pontius/code/win_asm.txt
(156 words)
|
|
| |
| | CodeGuru Forums - converting unsigned char to DWORD |
 | | Your dword is a combination from first 4 bytes of your buffer: |  | | the problem is that my buffer contains more than one DWORD so i don't know what is the order of DWORD after conversion. |  | | 09-01-2003, 09:15 PM i don't understand why if i have an unsigned char * containg 4 chars, for example c1c2c3c4, the conversion to DWORD * result in: |
|
http://www.codeguru.com/forum/archive/index.php/t-261735.html
(222 words)
|
|
| |
| | vuVolume: vuTFDesign Class Reference |
 | | The function is generated as described in the comments on the class, with smoothing automatically applied. |  | | The index of the new opacity control node. |  | | The index of the new colour control node. |
|
http://www.cg.tuwien.ac.at/courses/projekte/vis/finished/MTrenkwalder/docu/classvuTFDesign.html
(1906 words)
|
|
| |
| | Security & Speed |
 | | Ethernet networked environs, 14596 (decimal sized value) turns out to be a better choice, if you have the RAM to spare? |  | | add another key called NoLMHash & also add a DWORD value of NoLMHash as well... |  | | Within the parameters key create a new DWORD value and name it AutoShareServer for NTServer (and 2000 server & up) or AutoShareWks for NT Workstation (and 2000 pro) and give it a value of 0. |
|
http://www.avatar.demon.nl/APK.html
(7802 words)
|
|
| |
| | Calling 32-bit Code From 16-bit Apps |
 | | There are five functions needed to perform the Generic Thunk magic. |  | | Since all parameters must be 32-bits wide, it is risky to pass int's as a parameter since that will only push 16-bits on the stack. |  | | The value returned by GetProcAddress32W is most definitely not a FARPROC and you will not be like the results if you try to call it directly. |
|
http://tenermerx.com/owlhow/items/miscellaneous/thunk
(1420 words)
|
|
| |
| | CS412/413 Pentium Code Samples |
 | | ; BYTE "string" for strings (BYTE arrays) ; DWORD ; SDWORD ; Hex digits must be prefixed with a zero and suffixed with an 'H', and should be ; separated from other characters in the string by a comma. |  | | Note that the assembler "_x" variable has been re-defined to be 8, overwriting the previous value assigned in "_samples__fibonacci". |  | | Note that the local "temp" has been allocated on the stack at the beginning, even though it isn't declared until the middle of the subroutine (the "51" appended to the end of the name is the Microsoft C compiler's way of maintaining scope information). |
|
http://www.cs.cornell.edu/courses/cs412/1999sp/14-iota-pentium.html
(1322 words)
|
|
| |
| | [No title] |
 | | unsigned int cm_sysNameCount = 0; char *cm_sysNameList[MAXNUMSYSNAMES]; DWORD TraceOption = 0; *************** *** 358,429 **** int afsd_InitCM(char **reasonP) { ! |  | | return TRUE; } ///////////////////////////////////////////////////////////////////// *************** *** 317,383 **** DWORD WINAPI afsd_ServiceFlushVolumesThreadProc(LPVOID lpParam) { ! |  | | int cm_sysNameCount = 0; char *cm_sysNameList[MAXNUMSYSNAMES]; DWORD TraceOption = 0; --- 81,87 ---- cm_initparams_v1 cm_initParams; char *cm_sysName = 0; ! |
|
http://dl.openafs.org/dl/openafs/1.3.72/openafs-1.3.72-src.diff
(5189 words)
|
|
| |
| | Untitled Document |
 | | ;instruction, so this will really modify ;itself ;-) ;-------------------------------------------- mov dword edi, ebp add dword edi, (code2_mark - code2_start) call dword ebp ;-------- ;exit... |  | | On x86 Architecture ;this call is obsolete, because for ;section.bss PROT_READ and PROT_WRITE are ;already set. |  | | PROT_EXEC is on x86 also set ;if PROT_READ is set, this results in ;read/write/execute for this segment ;----------------------------------------- mov dword eax, SYS_MPROTECT mov dword ebx, ebp mov dword ecx, 01000h mov dword edx, (PROT_READ |
|
http://www.seattlecentral.org/faculty/ymoh/mic110vb/assembler.htm
(141 words)
|
|
| |
| | [No title] |
 | | * \**************************************************************************/ inline DWORD GetPhysAddr(IN DataBuf &buf) { ULONG len = 0; return StreamClassGetPhysicalAddress(buf.pSrb_->HwDeviceExtension, buf.pSrb_, buf.pData_, SRBDataBuffer, &len).LowPart; } /**************************************************************************\ * bool IsSumAbovePage * * Determines if a page break occurs between dwBaseAddress and * dwBaseAddress + dwOffset. |  | | * \**************************************************************************/ inline bool IsSumAbovePage(DWORD dwBaseAddress, DWORD dwOffset) { // If the offset is greater than 1 page, then of course the sum is not // on the same page as the base address ASSERT(dwOffset |  | | // $Header: G:/swdev/wdm/Video/bt848/btcap/rcs/riscprog.cpp 1.2 1999/04/01 00:59:31 tomz Exp tomz $ #include "riscprog.h" #define ClearMem(a) memset(#a, '\0', sizeof(a)) #define JUMP_INSTR_SIZE 8 /**************************************************************************\ * DWORD GetPhysAddr * * Gets the physical address of an SRBs data buffer. |
|
http://www.neiu.edu/~tegriffi/Videodrivers/bt848wdm/btcap/Riscprog.cpp
(339 words)
|
|
| |
| | eTrust Spyware Encyclopedia - CommonName |
 | | If your manual removal went wrong in any way you will have lost your networking ability. |  | | Set the base to decimal in the 'Edit DWORD value' window and enter the highest number subkey that is left after renaming. |  | | Finally, go back up to 'Protocol_Catalog9' and change the 'Num_Catalog_Entries' value to reflect the new number of subkeys you have. |
|
http://www3.ca.com/securityadvisor/pest/pest.aspx?id=453072513
(1847 words)
|
|
| |
| | [No title] |
 | | to a LOGFONT struct INT iPointSize; // 10 * size in points of selected font DWORD Flags; // enum. |  | | to replace string WORD wFindWhatLen; // size of find buffer WORD wReplaceWithLen; // size of replace buffer DWORD /* LPARAM */ lCustData; LPFRHOOKPROC lpfnHook; // ptr. |  | | It's possible to use these types with the right CopyMemory, VarPtr, and StrPtr hacks, but I don't think it's worth the trouble. |
|
http://www.sonic.net/sarkar/txtbkcode/ProMSVB6/WinApiTlb/COMMDLG.IDL
(308 words)
|
|
| |
| | Opera users FAQ |
 | | A simpler, partial fix might be the following: You can ap an entry to the Windows Registry, in HKLocalMachine\System\CurrentControlSet\Services\VxD\MSTCP. |  | | Ap a new DWORD (according to MS Knowledge Base) there, with the name NameSrvQueryTimeout, and give it the value 200, to try with. |  | | It defaults to 750, and the minimum value is said to be 100. |
|
http://nontroppo.org/test/Op7/FAQ/misc-tips-rob.html
(4980 words)
|
|
| |
| | TIME_OF_DAY_INFO structure [Network Management] |
 | | Specifies a DWORD value that contains the number of milliseconds from an arbitrary starting point (system reset). |  | | Specifies a DWORD value that contains the number of seconds since 00:00:00, January 1, 1970, GMT. |  | | Specifies a DWORD value that contains the year. |
|
http://msdn.microsoft.com/library/en-us/netmgmt/netmgmt/time_of_day_info_str.asp?frame=true
(298 words)
|
|
| |
| | Bit -- Facts, Info, and Encyclopedia article |
 | | In some architectures, 16 bits make up a word, 32 bits a double word (dword): see (additional info and facts about word size) word size. |  | | A four-bit quantity is known as a (Gentle biting) nibble, and can represent 16 values (2 |  | | Terms for large quantities of bits can be formed using the standard range of prefixes, e.g., (One thousand grams; the basic unit of mass adopted under the Systeme International d'Unites) kilobit (kbit), (additional info and facts about mega) megabit (Mbit) and (additional info and facts about giga) gigabit (Gbit). |
|
http://www.absoluteastronomy.com/encyclopedia/b/bi/bit.htm
(575 words)
|
|
| |
| | Subset of the |
 | | For example: WORD may be changed to DWORD, but not to REAL. |  | | Implementation allows to extend data types as long as the basic data type is kept. |  | | An implementation which claims compliance with this PLCopen specification shall offer a set of Function Blocks for motion control, meaning one or more, with at least the |
|
http://www.plcopen.org/MC_Certification/Beckhoff/Beckhoff_1_statement.htm
(485 words)
|
|
| |
| | CD Baby: KRYSTOV: Dword |
 | | Damien Krystov began composing electronic music in 1989 at the age of 14. |  | | Despite these comparisons, Krystov manages to maintain an original, eclectic sound that, while obviously exploits technology to the fullest, is still founded in melody and connects to the listener on an organic level. |  | | "DWORD" is Krystov's first commercially available domestic release, although it is his fifth solo album in the last three years. |
|
http://cdbaby.com/krystov
(444 words)
|
|
| |
| | [No title] |
 | | So that's all we need to know about the target for our key generator. |  | | :00415F98 64890D00000000 mov dword ptr fs:[00000000], ecx :00415F9F 5B pop ebx :00415FA0 83C410 add esp, 00000010 :00415FA3 C20400 ret 0004 This last part is quite obvious if you remember that eax will be compared to 40h. |  | | :00415F26 8D54240C lea edx, dword ptr [esp+0C] :00415F2A 6A06 push 00000006 << :00415F2C 52 push edx :00415F2D 8D4C2428 lea ecx, dword ptr [esp+28] :00415F31 E8084A0100 call 0042A93E << :00415F36 8B00 mov eax, dword ptr [eax] :00415F38 50 push eax :00415F39 E892340000 call 004193D0 << Call (2.3) :00415F3E 8B4E04 mov ecx, dword ptr [esi+04] << ! |
|
http://web.textfiles.com/computers/ptd320-tute.txt
(724 words)
|
|
| |
| | WXPnews |
 | | We've covered that before, but since turning off the balloons is still one of the most common questions we get, we'll repeat the instructions here: |  | | Right click an empty space in the right pane and select New, then select DWORD value |  | | Right click the new entry and select Rename. |
|
http://www.wxpnews.com/index.cfm?id=155
(2717 words)
|
|
| |
| | Pocket PC services Articles. Pocket PC Developer Network |
 | | In the sample given we create a timer and run thread message loop. |  | | unsigned long __cdecl MyControllingFunction(LPVOID pParam) { g_nTimer = SetTimer(0, 0, 10 * 1000, MyTimerProc); MSG msg; while (GetMessage(&msg, 0, 0, 0)) { TranslateMessage(&msg); DispatchMessage(&msg); } return 0; } DWORD MYS_Init(DWORD dwData) { HANDLE hThread = CreateThread(0, 0, MyControllingFunction, 0, 0, 0); return 1; } |  | | UINT MyControllingFunction(LPVOID pParam) { theApp.m_nTimer = SetTimer(0, 0, 10 * 1000, MyTimerProc); MSG msg; while (GetMessage(&msg, 0, 0, 0)) { TranslateMessage(&msg); DispatchMessage(&msg); } return 0; } extern "C" DWORD PASCAL EXPORT MYS_Init(DWORD dwData) { AFX_MANAGE_STATE(AfxGetStaticModuleState()); theApp.m_pThread = AfxBeginThread(MyControllingFunction, 0); return 1; } |
|
http://www.pocketpcdn.com/articles/services.html
(1872 words)
|
|
|