|   |   |   | 
| BufferDescription.ControlPositionNotify Property | Language: | 
Specifies whether the buffer has position notification capability.
Visual Basic Public Property ControlPositionNotify As Boolean C# public bool ControlPositionNotify { get; set; } C++ public: 
property bool ControlPositionNotify {
bool get();
void set(bool value);
}JScript public function get ControlPositionNotify() : boolean 
public function set ControlPositionNotify(boolean);
System.Boolean
This property is read/write.
This value is set to true if the buffer has position notification capability; otherwise, false.
Because the virtual device driver model (VXD) does not support notifications, a sound buffer created with BufferDescription.ControlPositionNotify set to true is always a software buffer when using VXD drivers. With the Windows Driver Model (WDM), a notification-enabled buffer can be in hardware, if hardware resources are available.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center