Could I persuade someone here to create a tiny program for me that
will retrive the Mac-Address of the PocketPC and store it in a file?
My problem is that I need access to the mac-address from java, but as
this is not accessible I'd like to read it from a file. But I have no
tools for compiling native programs on WindowsCE?
Please?
I think the solution is this, so all I need is someone that will
compile it.
ULONG ulSize = 0;
PIP_ADAPTER_INFO pInf;
GetAdaptersInfo(NULL, &ulSize);
pbBuf = new BYTE[ulSize];
GetAdaptersInfo((PIP_ADAPTER_INFO)pbBuf, &ulSize);
Answer to droida38_NOSPM_.@yahoocom (please remove _NOSPM_)