Groups | Search | Server Info | Login | Register
Groups > comp.lang.c.moderated > #504
| From | Mint <chocolatemint77581@yahoo.com> |
|---|---|
| Newsgroups | comp.lang.c.moderated |
| Subject | Help with code conversion |
| Date | 2011-02-01 16:28 -0600 |
| Organization | http://groups.google.com |
| Message-ID | <clcm-20110201-0004@plethora.net> (permalink) |
I am looking for help in converting some C code to assembly.
I am using ml.exe and link.exe.
Could someone help with some of these?
I think some are Prototypes.
Thanks,
Andy
HANDLE GetMessageResources();
DWORD SeekToLastRecord(HANDLE hEventLog);
DWORD GetLastRecordNumber(HANDLE hEventLog, DWORD* pdwMarker);
DWORD ReadRecord(HANDLE hEventLog, PBYTE & pBuffer, DWORD
dwRecordNumber, DWORD dwFlags);
DWORD DumpNewRecords(HANDLE hEventLog);
DWORD GetEventTypeName(DWORD EventType);
LPWSTR GetMessageString(DWORD Id, DWORD argc, LPWSTR args);
DWORD ApplyParameterStringsToMessage(CONST LPCWSTR pMessage, LPWSTR &
pFinalMessage);
BOOL IsKeyEvent(HANDLE hStdIn);
CONST LPWSTR pEventTypeNames[] = {L"Error", L"Warning",
L"Informational", L"Audit Success", L"Audit Failure"};
HANDLE g_hResources = NULL;
--
comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry.
Back to comp.lang.c.moderated | Previous | Next | Find similar
Help with code conversion Mint <chocolatemint77581@yahoo.com> - 2011-02-01 16:28 -0600
csiph-web