S
Supriya
Hi all,
i want to call RegCopyFile( string strFileName) using
CeRapiInvoke ( ).How to pass fileName.I am calling
int iResult = CeRapiInvoke( "\\Windows\\Some.dll", "RegCopyFile", i,ref i,
ref i, ref bt, 0, 0 );
where
byte bt =1;
uint i = 0;
It is returning some negative result.
Thanks
supriya
i want to call RegCopyFile( string strFileName) using
CeRapiInvoke ( ).How to pass fileName.I am calling
int iResult = CeRapiInvoke( "\\Windows\\Some.dll", "RegCopyFile", i,ref i,
ref i, ref bt, 0, 0 );
where
byte bt =1;
uint i = 0;
It is returning some negative result.
Thanks
supriya