mspocketpc.org Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SHNOTIFICATIONDATA UNION

 
Post new topic   Reply to topic    mspocketpc.org Forum Index -> Developer Networking
Author Message
Marcelo



Joined: 07 Jan 2008
Posts: 5

PostPosted: Sun Jan 06, 2008 10:35 pm    Post subject: SHNOTIFICATIONDATA UNION Reply with quote

I'm trying to translate SHNOTIFICATIONDATA structure from C++ to C#. I found
in www some versions but all of them without the union structure specified
by SOFTKEYMENU and SOFTKEYNOTIFY.

Originally this structure is:
typedef struct _SHNOTIFICATIONDATA{
DWORD cbStruct;
DWORD dwID;
SHNP npPriority;
DWORD csDuration;
HICON hicon;
DWORD grfFlags;
CLSID clsid;
HWND hwndSink;
LPCTSTR pszHTML;
LPCTSTR pszTitle;
LPARAM lParam;
union
{
SOFTKEYMENU skm;
SOFTKEYNOTIFY rgskn[NOTIF_NUM_SOFTKEYS];
}
LPCTSTR pszTodaySK;
LPCTSTR pszTodayExec;
} SHNOTIFICATIONDATA;

SOFTKEYNOTIFY structure is an array with two indexes. I
think the len of SOFTKEYNOTIFY array structure and SOFTKEYMENU structure
must be the same 'cause then begins at the same offset and are followed by
pszTodaySK and pszTodayExec pointers. Someone knows where I can find how
translate this?

Thanks (and sorry if my english is so bad)

Archived from group: microsoft>public>pocketpc>developer>networking
Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
SHNOTIFICATIONDATA UNION I'm trying to translate structure from C++ to C#. I found in www some versions but all of them without the union structure specified by SOFTKEYMENU and Originally this structure is: typedef struct

SHNOTIFICATIONDATA UNION I'm trying to translate structure from C++ to C#. I found in www some versions but all of them without the union structure specified by SOFTKEYMENU and Originally this structure is: typedef struct

SHNOTIFICATIONDATA UNION I'm trying to translate structure from C++ to C#. I found in www some versions but all of them without the union structure specified by SOFTKEYMENU and Originally this structure is: typedef struct

How to install application into storage card? hi: When I install an application with .cab files,it default install in memory. How can i make .cab files default install into storage card or it can let me select install path?

How to change MPx200 ring time before going to voicemail Anyone know of a way (registry or otherwise) of how to alter the number of rings before the phone goes to voicemail? My MPx200 is cuurently set at 3 rings before I miss the call. Cheers Gary
Post new topic   Reply to topic    mspocketpc.org Forum Index -> Developer Networking All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group