internal static extern void GetPropertyInteractionContext(IntPtr interactionContext,
     INTERACTION_CONTEXT_PROPERTY contextProperty, out int value);
示例#2
0
 internal static extern void GetPropertyInteractionContext(IntPtr interactionContext,
                                                           INTERACTION_CONTEXT_PROPERTY contextProperty, out int value);
示例#3
0
 internal static extern void SetPropertyInteractionContext([In] IntPtr interactionContext, [In] INTERACTION_CONTEXT_PROPERTY contextProperty, [In] UInt32 value);