#include "recsidfile.h"
#include <e32svr.h>
#include <s32file.h>
#include <f32file.h>
#include <apaid.h>
#include <apacmdln.h>
#include <apgcli.h>
Include dependency graph for recsidfile.cpp:
Go to the source code of this file.
Functions | |
_LIT8 (KRecSidSignature,"PSID") | |
EXPORT_C CApaFileRecognizerType * | CreateRecognizer () |
Create a new SID recogniser object (CRecSid) and return the pointer to it. | |
GLDEF_C TInt | E32Dll (TDllReason) |
DLL entry point. | |
Variables | |
const TUid | KUidSidPlayer = {0x10009a97} |
This UID specifies the UID of the SIDPLAY application which bill started when user clicks on a .SID file These UIDs are defined in sidplay.mmp. |
Copyright (c) 2000-2002 Alfred E. Heggestad
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Definition in file recsidfile.cpp.
|
|
|
Create a new SID recogniser object (CRecSid) and return the pointer to it. Called by AppArc
Definition at line 84 of file recsidfile.cpp. |
|
DLL entry point.
Definition at line 97 of file recsidfile.cpp. |
|
This UID specifies the UID of the SIDPLAY application which bill started when user clicks on a .SID file These UIDs are defined in sidplay.mmp.
Definition at line 26 of file recsidfile.cpp. Referenced by CRecSidFile::DoRecognizeFileL(). |