Exemplo n.º 1
0
 internal static extern void GetPropertyInteractionContext(IntPtr interactionContext,
     INTERACTION_CONTEXT_PROPERTY contextProperty, out int value);
Exemplo n.º 2
0
 internal static extern void GetPropertyInteractionContext(IntPtr interactionContext,
                                                           INTERACTION_CONTEXT_PROPERTY contextProperty, out int value);
Exemplo n.º 3
0
 internal static extern void SetPropertyInteractionContext([In] IntPtr interactionContext, [In] INTERACTION_CONTEXT_PROPERTY contextProperty, [In] UInt32 value);